make keystone.host point to controller_virtual_ip
authorGiulio Fidente <gfidente@redhat.com>
Thu, 10 Jul 2014 04:10:41 +0000 (06:10 +0200)
committerGiulio Fidente <gfidente@redhat.com>
Thu, 10 Jul 2014 04:16:04 +0000 (06:16 +0200)
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

overcloud-source.yaml

index 6bf9a59..e866328 100644 (file)
@@ -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}