Merge "Remove default for the RabbitMQ password"
This commit is contained in:
commit
53e2f2dea7
@ -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
|
||||||
|
@ -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:
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user