Fix clouds var in install.yaml playbook

patch I4c27ffed20b3d02723f7be99ccd61d8cee74bea1 had an error in `clouds`
structure passed to `bifrost-keystone-client-config` role in `install.yaml`,
failing this playbook.

`test-bifrost.yaml` playbook does not has this error as it is not
setting up the `bifrost-admin` cloud.

Change-Id: Icb5bf8b33ae3c409d8540dd392990a5165577c3e
Closes-Bug: #1674649
This commit is contained in:
Pavlo Shchelokovskyy 2017-03-23 14:41:35 +02:00
parent bf80b2837c
commit 7417ff36e4

View File

@ -18,7 +18,7 @@
config_auth_url: "{{ keystone.bootstrap.public_url }}"
bifrost-admin:
config_username: "{{ keystone.bootstrap.username }}"
config_password: "{{ ironic.bootstrap.password }}"
config_password: "{{ keystone.bootstrap.password }}"
config_project_name: "{{ keystone.bootstrap.project_name }}"
config_region_name: "{{ keystone.bootstrap.region_name }}"
config_auth_url: "{{ keystone.bootstrap.public_url }}"