diff options
author | Jenkins <jenkins@review.openstack.org> | 2013-06-19 22:46:34 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-06-19 22:46:34 +0000 |
commit | 5459cbd167e38a0b7c2d7fa0d72bedb68ce40bad (patch) | |
tree | c076ecfd1eff7415481cc5557de4d86f99755466 /nova-compute-instance.yaml | |
parent | bbd0f5ea08225dfedcc75e06ce8ac4695f126f13 (diff) | |
parent | a073f1c3eb0842563321c903cd630abd7b81bb41 (diff) |
Merge "Remove references to Fn::GetAtt."
Diffstat (limited to 'nova-compute-instance.yaml')
-rw-r--r-- | nova-compute-instance.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
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} |