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 /bootstack-vm.yaml | |
parent | bbd0f5ea08225dfedcc75e06ce8ac4695f126f13 (diff) | |
parent | a073f1c3eb0842563321c903cd630abd7b81bb41 (diff) |
Merge "Remove references to Fn::GetAtt."
Diffstat (limited to 'bootstack-vm.yaml')
-rw-r--r-- | bootstack-vm.yaml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bootstack-vm.yaml b/bootstack-vm.yaml index 77b74161..13d99cef 100644 --- a/bootstack-vm.yaml +++ b/bootstack-vm.yaml @@ -34,8 +34,7 @@ Resources: Openstack::ImageBuilder::Elements: [ boot-stack, heat-cfntools, quantum-network-node ] admin-password: unset admin-token: unset - controller-address: - Fn::GetAtt: [ notcompute, PublicIp ] + controller-address: 127.0.0.1 cinder: db: mysql://cinder:unset@localhost/cinder volume_size_mb: '5000' @@ -86,8 +85,7 @@ Resources: fixed_range: 10.0.0.0/8 tenant_network_type: gre enable_tunneling: 'True' - local_ip: - Fn::GetAtt: [ notcompute, PrivateIp ] + local_ip: 127.0.0.1 rabbit: host: 127.0.0.1 password: guest |