From ca4c32c086ae0584820a5833d826855e40814b53 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Mon, 16 Sep 2013 13:27:59 -0700 Subject: 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 --- nova-compute-instance.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nova-compute-instance.yaml') 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} -- cgit 1.2.3-korg