From 42f32ba95147e6041cf26633557984a3a2179c34 Mon Sep 17 00:00:00 2001 From: Gregory Haynes Date: Mon, 2 Jun 2014 10:15:20 -0700 Subject: Move bootstrap-host out from bootstack We have had a change of opinion and are moving bootstrap_host properties out of bootstack in order to prevent mysql / rabbit from depending on boot-stack. Change-Id: I85399019c5fc448e98362ef832988abc8d9d459d --- overcloud-source.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'overcloud-source.yaml') diff --git a/overcloud-source.yaml b/overcloud-source.yaml index d730996e..e3a440f9 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -361,6 +361,9 @@ Resources: admin-token: Ref: AdminToken bootstack: + public_interface_ip: + Ref: NeutronPublicInterfaceIP + bootstrap_host: bootstrap_nodeid: Fn::Select: - 0 @@ -373,8 +376,6 @@ Resources: - Fn::GetAtt: - controller0 - show - public_interface_ip: - Ref: NeutronPublicInterfaceIP nodeid: {get_input: bootstack_nodeid} cinder: db: mysql://cinder:unset@localhost/cinder -- cgit 1.2.3-korg