diff options
-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: |