From d6c509429d09be483c35bc140981d6c221edc06d Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Thu, 10 Jul 2014 06:10:41 +0200 Subject: 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 --- overcloud-source.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit 1.2.3-korg