add auth_url

This commit is contained in:
Miroslav Suchý 2015-03-06 15:42:00 +00:00
parent 9ed2df36f5
commit 196ffef022

View file

@ -546,6 +546,7 @@
#- template: src={{ files }}/fedora-cloud/keystonerc_msuchy dest=/root/ owner=root mode=0600
#- shell: source /root/keystonerc_admin && keystone user-password-update --pass 'XXXX' msuchy
- nova_keypair:
auth_url="https://{{controller_hostname}}:35357/v2.0"
state=present login_username=msuchy
login_password="{{msuchy_password}}" login_tenant_name=copr name=msuchy
public_key="{{ lookup('pipe', '/srv/web/infra/ansible/scripts/auth-keys-from-fas msuchy') }}"