diff options
author | Giulio Fidente <gfidente@redhat.com> | 2014-07-10 06:10:41 +0200 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2014-07-10 06:16:04 +0200 |
commit | d6c509429d09be483c35bc140981d6c221edc06d (patch) | |
tree | 3cbc0c7ea27631557cb30e3fffbb55c2743f5e46 | |
parent | a7f2a2c928e9c78a18defb68feb40da8c7eb95d6 (diff) |
make keystone.host point to controller_virtual_ip
Previously keystone.host was pointing to the local controller_host
which would have caused all local services to become unavailable
if keystone was to go down.
Closes-Bug: #1339986
Change-Id: I9b73595d3e0ae6e872aa6b7e0f93354ff04f2956
-rw-r--r-- | overcloud-source.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml index 6bf9a595..e8663283 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -395,7 +395,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} |