aboutsummaryrefslogtreecommitdiffstats
path: root/nova-compute-instance.yaml
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2013-06-20 15:15:09 +1200
committerRobert Collins <rbtcollins@hp.com>2013-06-20 15:15:09 +1200
commitbcebd6df604d20b8ce8cd60260941a055e95ca0f (patch)
treef31c7e99d327f7c8caeb16b6a573e45c71d8d3da /nova-compute-instance.yaml
parent5459cbd167e38a0b7c2d7fa0d72bedb68ce40bad (diff)
Fixup https://review.openstack.org/#/c/33308.
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
Diffstat (limited to 'nova-compute-instance.yaml')
-rw-r--r--nova-compute-instance.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova-compute-instance.yaml b/nova-compute-instance.yaml
index 91c9ce69..b5a4b348 100644
--- a/nova-compute-instance.yaml
+++ b/nova-compute-instance.yaml
@@ -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}