add auth_url
This commit is contained in:
parent
9ed2df36f5
commit
196ffef022
1 changed files with 1 additions and 0 deletions
|
@ -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') }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue