From 85b83846b4131663dd37ba89f7991394f9de6086 Mon Sep 17 00:00:00 2001 From: Jan Provaznik Date: Thu, 31 Jul 2014 08:40:38 -0400 Subject: Use VIP for keystone host in swift template As a side effect this fixes invalid keystone host generation when multiple controller nodes are used. Change-Id: I081976f0da94fc0232dfa2c34de03bbb4abf1a85 --- swift-storage-source.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift-storage-source.yaml b/swift-storage-source.yaml index d6539663..97f7fa76 100644 --- a/swift-storage-source.yaml +++ b/swift-storage-source.yaml @@ -35,7 +35,7 @@ resources: config: {get_resource: SwiftKeystoneConfig} signal_transport: NO_SIGNAL input_values: - keystone_host: {get_attr: [controller0, networks, ctlplane, 0]} + keystone_host: {get_attr: [ControlVirtualIP, fixed_ips, 0, ip_address]} SwiftStorage0Deploy: type: OS::Heat::StructuredDeployment properties: -- cgit 1.2.3-korg