aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud-source.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 /overcloud-source.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 'overcloud-source.yaml')
-rw-r--r--overcloud-source.yaml15
1 files changed, 13 insertions, 2 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml
index 77b4c529..2bec12f9 100644
--- a/overcloud-source.yaml
+++ b/overcloud-source.yaml
@@ -115,6 +115,15 @@ Parameters:
NtpServer:
Type: String
Default: ''
+ RabbitUserName:
+ Default: guest
+ Description: The username for RabbitMQ
+ Type: String
+ RabbitPassword:
+ Default: guest
+ Description: The password for RabbitMQ
+ Type: String
+ NoEcho: true
StaticHosts:
Default:
Fn::Join:
@@ -197,7 +206,6 @@ Resources:
Ref: HypervisorNeutronPublicInterface
NeutronBridgeMappings:
Ref: NeutronBridgeMappings
- RabbitPassword: "guest"
StaticHosts:
Ref: StaticHosts
NovaCompute0:
@@ -388,7 +396,10 @@ Resources:
- Fn::GetAtt:
- notCompute0
- networks
- password: guest
+ username:
+ Ref: RabbitUserName
+ password:
+ Ref: RabbitPassword
ntp:
servers:
- {server: {Ref: NtpServer}, fudge: "stratum 0"}