From 279376fe10d40471614822ddc0a5c151eb886863 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Wed, 16 Mar 2016 11:47:14 +0200 Subject: Remove default for the RabbitMQ password Since the password is now autogenerated from the tripleoclient, there is no need to keep the default value here. Change-Id: If41cb56134966456f8590da04f392faffe5c62a1 Closes-Bug: #1557688 --- overcloud.yaml | 2 -- 1 file changed, 2 deletions(-) (limited to 'overcloud.yaml') 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 -- cgit 1.2.3-korg