Remove references to Fn::GetAtt.
authorDerek Higgins <derekh@redhat.com>
Thu, 13 Jun 2013 23:16:34 +0000 (00:16 +0100)
committerDerek Higgins <derekh@redhat.com>
Wed, 19 Jun 2013 22:42:33 +0000 (23:42 +0100)
These were causing a Circular dependency error during the
creation of a stack.

Change-Id: Iccdf4a081f38aa3a5fe0e250b9e9382958a0f26e

bootstack-vm.yaml
nova-compute-instance.yaml

index 91456c6..b175445 100644 (file)
@@ -34,8 +34,7 @@ Resources:
       Openstack::ImageBuilder::Elements: [ boot-stack, heat-cfntools, quantum-network-node ]
       admin-password: unset
       admin-token: unset
-      controller-address:
-        Fn::GetAtt: [ notcompute, PublicIp ] 
+      controller-address: 127.0.0.1
       cinder:
         db: mysql://cinder:unset@localhost/cinder
         volume_size_mb: '5000'
@@ -84,8 +83,7 @@ Resources:
           fixed_range: 10.0.0.0/8
           tenant_network_type: gre
           enable_tunneling: 'True'
-          local_ip:
-            Fn::GetAtt: [ notcompute, PrivateIp ]
+          local_ip: 127.0.0.1
       rabbit:
         host: 127.0.0.1
         password: guest
index d885cba..91c9ce6 100644 (file)
@@ -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}