PrivateIp is not assigned yet, plus 127.0.0.1 will work fine
authorClint Byrum <clint@fewbar.com>
Fri, 17 May 2013 03:13:03 +0000 (20:13 -0700)
committerClint Byrum <clint@fewbar.com>
Thu, 6 Jun 2013 16:37:21 +0000 (09:37 -0700)
notcompute.yaml

index 3579760..2e598c0 100644 (file)
@@ -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: