From: Jenkins Date: Wed, 23 Dec 2015 16:37:17 +0000 (+0000) Subject: Merge "Remove unsafe "unset" defaults" X-Git-Tag: opnfv-6.0.0~2246 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=c40f2a3b67274e9c7133ce9fd44d8635a8aa4674;p=apex-tripleo-heat-templates.git Merge "Remove unsafe "unset" defaults" --- c40f2a3b67274e9c7133ce9fd44d8635a8aa4674 diff --cc overcloud.yaml index 416b9d5f,e91c7773..442ce81f --- a/overcloud.yaml +++ b/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 diff --cc puppet/controller.yaml index f7c28978,5906f924..982ab6dc --- a/puppet/controller.yaml +++ b/puppet/controller.yaml @@@ -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 @@@ -508,12 -471,7 +498,11 @@@ 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