Fix tuskar image element config file

Currently, due to limitations of Tuskar, we have to specify
overcloud credentials in its config file. This patch ensures,
that the correct value of keystone host is used.

Change-Id: Ib2ed652cc8f8dec532b4a9cee55be8d1278015f2
This commit is contained in:
Roman Podolyaka 2013-10-21 11:29:36 +03:00
parent f2af795ac1
commit d6546e0894
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
keystone_url: "http://{{keystone.host}}:5000/v2.0/"
nova_username: "admin"
nova_tenantname: "admin"
# NOTE(rpodolyaka): limitation of tuskar-api, see https://bugs.launchpad.net/tuskar/+bug/1235236
nova_password: "{{tuskar.overcloud-admin-password}}"
keystone_url: "http://{{tuskar.overcloud-keystone-host}}:5000/v2.0/"