aboutsummaryrefslogtreecommitdiffstats
path: root/undercloud-vm.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 /undercloud-vm.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 'undercloud-vm.yaml')
-rw-r--r--undercloud-vm.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/undercloud-vm.yaml b/undercloud-vm.yaml
index b9cf0ec8..8a3a9d25 100644
--- a/undercloud-vm.yaml
+++ b/undercloud-vm.yaml
@@ -71,7 +71,7 @@ Resources:
controller-address:
Fn::GetAtt:
- notcompute
- - PrivateIp
+ - first_private_address
cinder:
db: mysql://cinder:unset@localhost/cinder
volume_size_mb: '5000'
@@ -92,19 +92,19 @@ Resources:
Fn::Join:
- ''
- - http://
- - {"Fn::GetAtt": [ notcompute, PrivateIp ]}
+ - {"Fn::GetAtt": [ notcompute, first_private_address ]}
- ":8003"
metadata_server_url:
Fn::Join:
- ''
- - http://
- - {"Fn::GetAtt": [ notcompute, PrivateIp ]}
+ - {"Fn::GetAtt": [ notcompute, first_private_address ]}
- ":8000"
waitcondition_server_url:
Fn::Join:
- ''
- - http://
- - {"Fn::GetAtt": [ notcompute, PrivateIp ]}
+ - {"Fn::GetAtt": [ notcompute, first_private_address ]}
- ":8000/v1/waitcondition"
os-collect-config:
cfn: