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:
parent
f2af795ac1
commit
d6546e0894
@ -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/"
|
||||
|
Loading…
Reference in New Issue
Block a user