Merge "Remove unsafe "unset" defaults"
authorJenkins <jenkins@review.openstack.org>
Wed, 23 Dec 2015 16:37:17 +0000 (16:37 +0000)
committerGerrit Code Review <review@openstack.org>
Wed, 23 Dec 2015 16:37:18 +0000 (16:37 +0000)
1  2 
overcloud.yaml
puppet/cinder-storage.yaml
puppet/compute.yaml
puppet/controller.yaml
puppet/swift-storage.yaml

diff --cc overcloud.yaml
@@@ -135,10 -132,9 +132,9 @@@ parameters
        'datacentre' to permit external network creation.
    NeutronNetworkType:
      default: 'vxlan'
 -    description: The tenant network type for Neutron, either gre or vxlan.
 -    type: string
 +    description: The tenant network type for Neutron.
 +    type: comma_delimited_list
    NeutronPassword:
-     default: unset
      description: The password for the neutron service account, used by neutron agents.
      type: string
      hidden: true
Simple merge
Simple merge
@@@ -226,12 -203,7 +220,11 @@@ parameters
      default: /dev/log
      description: Syslog address where HAproxy will send its log
      type: string
 +  GlanceWorkers:
 +    default: 0
 +    description: Number of workers for Glance service.
 +    type: number
    HeatPassword:
-     default: unset
      description: The password for the Heat service and db account, used by the Heat services.
      type: string
      hidden: true
    NovaApiVirtualIP:
      type: string
      default: ''
 +  NeutronWorkers:
 +    default: 0
 +    description: Number of workers for Neutron service.
 +    type: number
    NovaPassword:
-     default: unset
      description: The password for the nova service and db account, used by nova-api.
      type: string
      hidden: true
Simple merge