Merge "Reuse the various service passwords as db passwords."
authorJenkins <jenkins@review.openstack.org>
Wed, 27 May 2015 09:38:45 +0000 (09:38 +0000)
committerGerrit Code Review <review@openstack.org>
Wed, 27 May 2015 09:38:45 +0000 (09:38 +0000)
1  2 
cinder-storage.yaml
controller.yaml
overcloud-without-mergepy.yaml
puppet/cinder-storage-puppet.yaml
puppet/controller-puppet.yaml

Simple merge
diff --cc controller.yaml
@@@ -11,13 -11,9 +11,13 @@@ parameters
      hidden: true
    AdminToken:
      default: unset
-     description: The keystone auth secret.
+     description: The keystone auth secret and db password.
      type: string
      hidden: true
 +  CeilometerBackend:
 +    default: 'mongodb'
 +    description: The ceilometer backend type.
 +    type: string
    CeilometerMeteringSecret:
      default: unset
      description: Secret shared by the ceilometer services.
      default: http
      description: Protocol to use when connecting to glance, set to https for SSL.
      type: string
 +  GlanceBackend:
 +    default: swift
 +    description: The short name of the Glance backend to use. Should be one
 +      of swift, rbd, or file
 +    type: string
 +    constraints:
 +    - allowed_values: ['swift', 'file', 'rbd']
    HeatPassword:
      default: unset
-     description: The password for the Heat service account, used by the Heat services.
+     description: The password for the Heat service and db account, used by the Heat services.
      type: string
      hidden: true
    HeatStackDomainAdminPassword:
Simple merge
Simple merge
@@@ -11,13 -11,9 +11,13 @@@ parameters
      hidden: true
    AdminToken:
      default: unset
-     description: The keystone auth secret.
+     description: The keystone auth secret and db password.
      type: string
      hidden: true
 +  CeilometerBackend:
 +    default: 'mongodb'
 +    description: The ceilometer backend type.
 +    type: string
    CeilometerMeteringSecret:
      default: unset
      description: Secret shared by the ceilometer services.
      default: http
      description: Protocol to use when connecting to glance, set to https for SSL.
      type: string
 +  GlanceBackend:
 +    default: swift
 +    description: The short name of the Glance backend to use. Should be one
 +      of swift, rbd, or file
 +    type: string
 +    constraints:
 +    - allowed_values: ['swift', 'file', 'rbd']
    HeatPassword:
      default: unset
-     description: The password for the Heat service account, used by the Heat services.
+     description: The password for the Heat service and db account, used by the Heat services.
      type: string
      hidden: true
    HeatStackDomainAdminPassword: