diff options
author | Clint Byrum <clint@fewbar.com> | 2013-05-09 00:44:04 +0000 |
---|---|---|
committer | Clint Byrum <clint@fewbar.com> | 2013-05-09 00:44:04 +0000 |
commit | 5210ca302efc84346223479454397fef4b524943 (patch) | |
tree | 8958d0ebc292b36df99d1650ef7752c2498d943f | |
parent | fa6a26d7946326680a5db4144958735ee7daf5cd (diff) |
Fixes for quantum template
-rw-r--r-- | quantum.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/quantum.yaml b/quantum.yaml index ba8aca5c..c7eaed02 100644 --- a/quantum.yaml +++ b/quantum.yaml @@ -26,7 +26,7 @@ Parameters: Type: String RabbitPassword: Type: String - QuantuMInterfaces: + QuantumInterfaces: Type: String Default: eth0 Resources: @@ -67,6 +67,7 @@ Resources: quantum: ovs_db: {Ref: QuantumDSN} service-password: {Ref: ServicePassword} + admin-password: {Ref: ServicePassword} rabbit: host: {Ref: RabbitHost} password: {Ref: RabbitPassword} |