summaryrefslogtreecommitdiffstats
path: root/overcloud.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-03-18 09:37:30 +0000
committerGerrit Code Review <review@openstack.org>2016-03-18 09:37:30 +0000
commit53e2f2dea7d6c7d3e623082141b6fedbc301c276 (patch)
treeee738ad88012711da236b46b3919bfa02165ec10 /overcloud.yaml
parentbf0f8d0f41262bf460aff10a7dafc905ea5fcab1 (diff)
parent279376fe10d40471614822ddc0a5c151eb886863 (diff)
Merge "Remove default for the RabbitMQ password"
Diffstat (limited to 'overcloud.yaml')
-rw-r--r--overcloud.yaml2
1 files changed, 0 insertions, 2 deletions
diff --git a/overcloud.yaml b/overcloud.yaml
index 0e986dab..5ad68913 100644
--- a/overcloud.yaml
+++ b/overcloud.yaml
@@ -278,13 +278,11 @@ parameters:
type: string
default: unset
description: Salt for the rabbit cookie, change this to force the randomly generated rabbit cookie to change.
- # FIXME: 'guest' is provisioned in RabbitMQ by default, we should create a user if these are changed
RabbitUserName:
default: guest
description: The username for RabbitMQ
type: string
RabbitPassword:
- default: guest
description: The password for RabbitMQ
type: string
hidden: true