From: Clint Byrum Date: Fri, 17 May 2013 03:13:03 +0000 (-0700) Subject: PrivateIp is not assigned yet, plus 127.0.0.1 will work fine X-Git-Tag: opnfv-6.0.0~3009 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=b971d39d8ff9322a734922a829ba9a42c62297f5;p=apex-tripleo-heat-templates.git PrivateIp is not assigned yet, plus 127.0.0.1 will work fine --- diff --git a/notcompute.yaml b/notcompute.yaml index 3579760b..2e598c0f 100644 --- a/notcompute.yaml +++ b/notcompute.yaml @@ -143,7 +143,7 @@ Resources: Ref: NovaInterfaces keystone: host: - Fn::GetAtt: [ notcompute, PrivateIp ] + '127.0.0.1' db: Fn::Join: - '' @@ -159,7 +159,7 @@ Resources: - '@127.0.0.1/nova' quantum: host: - Fn::GetAtt: [ notcompute , PrivateIp ] + '127.0.0.1' ovs_db: Fn::Join: - '' @@ -168,7 +168,7 @@ Resources: - '@127.0.0.1/ovs_quantum' rabbit: host: - Fn::GetAtt: [ notcompute , PrivateIp ] + '127.0.0.1' password: Ref: RabbitPassword users: