This commit is contained in:
Miroslav Suchý 2015-03-12 13:36:17 +00:00
parent 41bcfd9620
commit b79f19e2e7

View file

@ -545,7 +545,7 @@
- { name: red, email: 'red@fedoraproject.org', tenant: infrastructure, password: "{{red_password}}", public_key: "{{ lookup('pipe', '/srv/web/infra/ansible/scripts/auth-keys-from-fas red') }}" }
- name: Create role coprdev
- shell: source /root/keystonerc_admin && keystone role-list |grep coprdev || keystone role-create --name coprdev
shell: source /root/keystonerc_admin && keystone role-list |grep coprdev || keystone role-create --name coprdev
- name: Assign users to coprdev as secondary tentant
keystone_user:
endpoint="https://{{controller_hostname}}:35357/v2.0"