aboutsummaryrefslogtreecommitdiffstats
path: root/nova-compute-instance.yaml
diff options
context:
space:
mode:
authorJames Slagle <jslagle@redhat.com>2013-09-16 13:27:59 -0700
committerJames Slagle <jslagle@redhat.com>2013-09-16 13:31:31 -0700
commitca4c32c086ae0584820a5833d826855e40814b53 (patch)
tree9975643daddece97e12d3068997b73864c573694 /nova-compute-instance.yaml
parenta973207ccf80fd638f2d211c2ef8b1431aa70249 (diff)
Update PrivateIp to first_private_address.
Update the PrivateIp attribute to first_private_address as a result of the change to the OS::Nova::Server type. Change-Id: Id90f8c7c4e0217e1f94d3e5134744a810390e7b7
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 a3210447..ca8ff111 100644
--- a/nova-compute-instance.yaml
+++ b/nova-compute-instance.yaml
@@ -116,7 +116,7 @@ Resources:
local_ip:
Fn::GetAtt:
- NovaCompute0
- - PrivateIp
+ - first_private_address
tenant_network_type: {Ref: NeutronNetworkType}
network_vlan_ranges: {Ref: NeutronNetworkVLANRanges}
bridge_mappings: {Ref: NeutronBridgeMappings}