From b971d39d8ff9322a734922a829ba9a42c62297f5 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Thu, 16 May 2013 20:13:03 -0700 Subject: PrivateIp is not assigned yet, plus 127.0.0.1 will work fine --- notcompute.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'notcompute.yaml') 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: -- cgit 1.2.3-korg