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
|
- name: Assign users to coprdev as secondary tentant
|
||||||
keystone_user:
|
keystone_user:
|
||||||
auth_url="https://{{controller_hostname}}:35357/v2.0"
|
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
|
role=coprdev user={{ item }} tenant=coprdev
|
||||||
with_items:
|
with_items:
|
||||||
- msuchy
|
- msuchy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue