diff options
author | Clint Byrum <clint@fewbar.com> | 2013-05-16 20:13:03 -0700 |
---|---|---|
committer | Clint Byrum <clint@fewbar.com> | 2013-06-06 09:37:21 -0700 |
commit | b971d39d8ff9322a734922a829ba9a42c62297f5 (patch) | |
tree | 3731df921c5b5ba05df80154ef74b64b5672ed7e | |
parent | 5f763d6efb34b581dc6f791fb0bda1fd262da863 (diff) |
PrivateIp is not assigned yet, plus 127.0.0.1 will work fine
-rw-r--r-- | notcompute.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
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: |