From ff0959a200cfad26d0c688bf293e3ebeb365ff48 Mon Sep 17 00:00:00 2001 From: Richard Su Date: Tue, 11 Feb 2014 15:52:37 -0800 Subject: Add username parameter for rabbit Username is currently assumed to be guest in the configuration files. This change makes it more explicit. Configuration files in tripleo-image-elements will be updated to use this parameter in an upcoming patch. Change-Id: Ia176f4d573a3a293560c72236a4181befa678301 --- nova-compute-group.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nova-compute-group.yaml') 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} -- cgit 1.2.3-korg