aboutsummaryrefslogtreecommitdiffstats
path: root/nova-compute-group.yaml
diff options
context:
space:
mode:
authorRichard Su <rwsu@redhat.com>2014-02-11 15:52:37 -0800
committerRichard Su <rwsu@redhat.com>2014-02-17 11:07:28 -0800
commitff0959a200cfad26d0c688bf293e3ebeb365ff48 (patch)
tree16171e1bf31f959becb23c5fde5af4f7fa6e5e7c /nova-compute-group.yaml
parent5577ae61ecc1799e49f80b551104a28f00d0bf89 (diff)
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
Diffstat (limited to 'nova-compute-group.yaml')
-rw-r--r--nova-compute-group.yaml3
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}