Fixup https://review.openstack.org/#/c/33308.
authorRobert Collins <rbtcollins@hp.com>
Thu, 20 Jun 2013 03:15:09 +0000 (15:15 +1200)
committerRobert Collins <rbtcollins@hp.com>
Thu, 20 Jun 2013 03:15:09 +0000 (15:15 +1200)
The local_ip value of 127.0.0.1 breaks clusters. Using 0.0.0.0 will
have the right value when the heat-localip element is used.

Change-Id: Id0da5d46c60e808944a40bcaf05f1072be55eed7

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

index 13d99ce..7aa08a6 100644 (file)
@@ -34,7 +34,7 @@ Resources:
       Openstack::ImageBuilder::Elements: [ boot-stack, heat-cfntools, quantum-network-node ]
       admin-password: unset
       admin-token: unset
-      controller-address: 127.0.0.1
+      controller-address: 0.0.0.0
       cinder:
         db: mysql://cinder:unset@localhost/cinder
         volume_size_mb: '5000'
@@ -85,7 +85,7 @@ Resources:
           fixed_range: 10.0.0.0/8
           tenant_network_type: gre
           enable_tunneling: 'True'
-          local_ip: 127.0.0.1
+          local_ip: 0.0.0.0
       rabbit:
         host: 127.0.0.1
         password: guest
index 91c9ce6..b5a4b34 100644 (file)
@@ -89,7 +89,7 @@ Resources:
         host: {Ref: QuantumHost}
         ovs_db: {Ref: QuantumDSN}
         ovs:
-          local_ip: 127.0.0.1
+          local_ip: 0.0.0.0
           tenant_network_type: {Ref: QuantumNetworkType}
           network_vlan_ranges: {Ref: QuantumNetworkVLANRanges}
           bridge_mappings: {Ref: QuantumBridgeMappings}