Optimise the "openstack_auth" for freezer
Now that the "openstack_auth" in defined in all.yml, the freezer should better use it. Change-Id: Ibe799ce6bb1656994b1e9b6642d1011d9dcf30a7
This commit is contained in:
parent
47ffaf8d73
commit
febd0b2071
@ -41,4 +41,4 @@ freezer_logging_debug: "{{ openstack_logging_debug }}"
|
||||
|
||||
freezer_keystone_user: "freezer"
|
||||
|
||||
openstack_freezer_auth: "{'auth_url':'{{ openstack_auth.auth_url }}','username':'{{ openstack_auth.username }}','password':'{{ openstack_auth.password }}','project_name':'{{ openstack_auth.project_name }}'}"
|
||||
openstack_freezer_auth: "{{ openstack_auth }}"
|
||||
|
Loading…
Reference in New Issue
Block a user