aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud-source.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-07-18 09:21:24 +0000
committerGerrit Code Review <review@openstack.org>2014-07-18 09:21:24 +0000
commit13d9fee47142e13a25f25ff21773bf8af63d4979 (patch)
treec99e705a17756cf31fc56e6397960b7648a6fbe4 /overcloud-source.yaml
parentc71b0a2a7549922caafa166130dc414a6b7420c8 (diff)
parentd6c509429d09be483c35bc140981d6c221edc06d (diff)
Merge "make keystone.host point to controller_virtual_ip"
Diffstat (limited to 'overcloud-source.yaml')
-rw-r--r--overcloud-source.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml
index a8fcb9a3..33355c98 100644
--- a/overcloud-source.yaml
+++ b/overcloud-source.yaml
@@ -413,7 +413,7 @@ Resources:
keystone:
db: mysql://keystone:unset@localhost/keystone
host:
- get_input: controller_host
+ get_input: controller_virtual_ip
ca_certificate: {Ref: KeystoneCACertificate}
signing_key: {Ref: KeystoneSigningKey}
signing_certificate: {Ref: KeystoneSigningCertificate}