diff options
Diffstat (limited to 'nova-compute-group.yaml')
-rw-r--r-- | nova-compute-group.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nova-compute-group.yaml b/nova-compute-group.yaml index 99420280..6a586433 100644 --- a/nova-compute-group.yaml +++ b/nova-compute-group.yaml @@ -22,6 +22,8 @@ Parameters: Type: String RabbitHost: Type: String + RabbitUserName: + Type: String RabbitPassword: Type: String NoEcho: true @@ -54,6 +56,7 @@ Resources: ServicePassword: {Ref: ServicePassword} NeutronHost: {Ref: NeutronHost} RabbitHost: {Ref: RabbitHost} + RabbitUserName: {Ref: RabbitUserName} RabbitPassword: {Ref: RabbitPassword} NovaInterfaces: {Ref: NovaInterfaces} NovaComputeDriver: {Ref: NovaComputeDriver} |