Remove default for the RabbitMQ password
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Wed, 16 Mar 2016 09:47:14 +0000 (11:47 +0200)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Fri, 18 Mar 2016 09:29:03 +0000 (09:29 +0000)
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
puppet/cinder-storage.yaml
puppet/compute.yaml
puppet/controller.yaml

index 0e986da..5ad6891 100644 (file)
@@ -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
index 888f3cf..878b31c 100644 (file)
@@ -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:
index ee5bced..f5c848c 100644 (file)
@@ -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
index a873ce8..3ff0639 100644 (file)
@@ -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