From c2051996bc2262764c601763d5c98652baa14066 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Tue, 17 Sep 2013 12:32:24 -0700 Subject: Finish correcting all OS::Nova::Server references Some references to first_private_address were missed and some of the Fn::Select calls were only half-completed. Change-Id: I92a4e5e67784e5d64ec6e44ddcac55762cde81eb --- nova-compute-instance.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'nova-compute-instance.yaml') diff --git a/nova-compute-instance.yaml b/nova-compute-instance.yaml index ca8ff111..62f3b29c 100644 --- a/nova-compute-instance.yaml +++ b/nova-compute-instance.yaml @@ -114,9 +114,13 @@ Resources: ovs_db: {Ref: NeutronDSN} ovs: local_ip: - Fn::GetAtt: - - NovaCompute0 - - first_private_address + Fn::Select: + - 0 + - Fn::Select: + - ctlplane + - Fn::GetAtt: + - NovaCompute0 + - networks tenant_network_type: {Ref: NeutronNetworkType} network_vlan_ranges: {Ref: NeutronNetworkVLANRanges} bridge_mappings: {Ref: NeutronBridgeMappings} -- cgit 1.2.3-korg