From a073f1c3eb0842563321c903cd630abd7b81bb41 Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Fri, 14 Jun 2013 00:16:34 +0100 Subject: Remove references to Fn::GetAtt. These were causing a Circular dependency error during the creation of a stack. Change-Id: Iccdf4a081f38aa3a5fe0e250b9e9382958a0f26e --- nova-compute-instance.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nova-compute-instance.yaml') diff --git a/nova-compute-instance.yaml b/nova-compute-instance.yaml index d885cba3..91c9ce69 100644 --- a/nova-compute-instance.yaml +++ b/nova-compute-instance.yaml @@ -89,8 +89,7 @@ Resources: host: {Ref: QuantumHost} ovs_db: {Ref: QuantumDSN} ovs: - local_ip: - Fn::GetAtt: [ NovaCompute, PrivateIp ] + local_ip: 127.0.0.1 tenant_network_type: {Ref: QuantumNetworkType} network_vlan_ranges: {Ref: QuantumNetworkVLANRanges} bridge_mappings: {Ref: QuantumBridgeMappings} -- cgit 1.2.3-korg