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
This commit is contained in:
Juan Antonio Osorio Robles 2016-03-16 11:47:14 +02:00
parent b0ba9e8e09
commit 279376fe10
4 changed files with 0 additions and 5 deletions

View File

@ -278,13 +278,11 @@ parameters:
type: string type: string
default: unset default: unset
description: Salt for the rabbit cookie, change this to force the randomly generated rabbit cookie to change. 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: RabbitUserName:
default: guest default: guest
description: The username for RabbitMQ description: The username for RabbitMQ
type: string type: string
RabbitPassword: RabbitPassword:
default: guest
description: The password for RabbitMQ description: The password for RabbitMQ
type: string type: string
hidden: true hidden: true

View File

@ -51,7 +51,6 @@ parameters:
description: Name of an existing Nova key pair to enable SSH access to the instances description: Name of an existing Nova key pair to enable SSH access to the instances
type: string type: string
RabbitPassword: RabbitPassword:
default: 'guest'
type: string type: string
hidden: true hidden: true
RabbitUserName: RabbitUserName:

View File

@ -251,7 +251,6 @@ parameters:
type: string type: string
default: '' # Has to be here because of the ignored empty value bug default: '' # Has to be here because of the ignored empty value bug
RabbitPassword: RabbitPassword:
default: guest
description: The password for RabbitMQ description: The password for RabbitMQ
type: string type: string
hidden: true hidden: true

View File

@ -595,7 +595,6 @@ parameters:
default: '' # Has to be here because of the ignored empty value bug default: '' # Has to be here because of the ignored empty value bug
hidden: true hidden: true
RabbitPassword: RabbitPassword:
default: guest
description: The password for RabbitMQ description: The password for RabbitMQ
type: string type: string
hidden: true hidden: true