Merge "Optimise the "openstack_auth" for freezer"

This commit is contained in:
Zuul 2017-11-09 10:36:51 +00:00 committed by Gerrit Code Review
commit 18d851ed38

@ -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 }}"