use admin credentials
This commit is contained in:
parent
3d0b822b49
commit
67d4973edd
1 changed files with 1 additions and 1 deletions
|
@ -547,7 +547,7 @@
|
|||
- name: Assign users to coprdev as secondary tentant
|
||||
keystone_user:
|
||||
auth_url="https://{{controller_hostname}}:35357/v2.0"
|
||||
login_username="{{ item.name }}" login_password="{{ item.password }}"
|
||||
login_user="admin" login_password="{{ ADMIN_PASS }}"
|
||||
role=coprdev user={{ item }} tenant=coprdev
|
||||
with_items:
|
||||
- msuchy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue