aboutsummaryrefslogtreecommitdiffstats
path: root/quantum.yaml
diff options
context:
space:
mode:
authorClint Byrum <clint@fewbar.com>2013-05-09 00:44:04 +0000
committerClint Byrum <clint@fewbar.com>2013-05-09 00:44:04 +0000
commit5210ca302efc84346223479454397fef4b524943 (patch)
tree8958d0ebc292b36df99d1650ef7752c2498d943f /quantum.yaml
parentfa6a26d7946326680a5db4144958735ee7daf5cd (diff)
Fixes for quantum template
Diffstat (limited to 'quantum.yaml')
-rw-r--r--quantum.yaml3
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}