Merge "Remove default for the RabbitMQ password"
This commit is contained in:
commit
53e2f2dea7
@ -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
|
||||
|
@ -51,7 +51,6 @@ parameters:
|
||||
description: Name of an existing Nova key pair to enable SSH access to the instances
|
||||
type: string
|
||||
RabbitPassword:
|
||||
default: 'guest'
|
||||
type: string
|
||||
hidden: true
|
||||
RabbitUserName:
|
||||
|
@ -251,7 +251,6 @@ parameters:
|
||||
type: string
|
||||
default: '' # Has to be here because of the ignored empty value bug
|
||||
RabbitPassword:
|
||||
default: guest
|
||||
description: The password for RabbitMQ
|
||||
type: string
|
||||
hidden: true
|
||||
|
@ -595,7 +595,6 @@ parameters:
|
||||
default: '' # Has to be here because of the ignored empty value bug
|
||||
hidden: true
|
||||
RabbitPassword:
|
||||
default: guest
|
||||
description: The password for RabbitMQ
|
||||
type: string
|
||||
hidden: true
|
||||
|
Loading…
Reference in New Issue
Block a user