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:
caoyuan 2017-10-26 11:26:21 +08:00 committed by Duong Ha-Quang
parent 47ffaf8d73
commit febd0b2071
1 changed files with 1 additions and 1 deletions

View File

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