From 687b100b4c8731c97fb542db42709f2de05a5881 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Thu, 10 Jul 2014 06:44:57 +0200 Subject: make glance.host point to controller_virtual_ip Previously glance.host was pointing to the local controller_host which would have requests to glance from other services to fail if the local glance daemon was unavailable. Change-Id: Ifd4f4b12cd51e23313826288797cc00ba3cd1754 --- overcloud-source.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'overcloud-source.yaml') diff --git a/overcloud-source.yaml b/overcloud-source.yaml index 6bf9a595..81d14fd3 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -367,7 +367,7 @@ Resources: backend: swift db: mysql://glance:unset@localhost/glance host: - get_input: controller_host + get_input: controller_virtual_ip port: Ref: GlancePort protocol: -- cgit 1.2.3-korg