From 5210ca302efc84346223479454397fef4b524943 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Thu, 9 May 2013 00:44:04 +0000 Subject: Fixes for quantum template --- quantum.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} -- cgit 1.2.3-korg