aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud-source.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-05-08 03:34:02 +0000
committerGerrit Code Review <review@openstack.org>2014-05-08 03:34:02 +0000
commit716b190be8843f46b5c3023298d3f31672854057 (patch)
tree40353a6f404695d9e47846a024df96297ac80344 /overcloud-source.yaml
parent7773f25759867a8807be21f9df1e58aaf8328e26 (diff)
parent631e71e824aff933cd6fbd3540dbfdc7dded732d (diff)
Merge "Add NeutronControlPlaneID parameter"
Diffstat (limited to 'overcloud-source.yaml')
-rw-r--r--overcloud-source.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml
index a1079b85..931646f3 100644
--- a/overcloud-source.yaml
+++ b/overcloud-source.yaml
@@ -167,6 +167,10 @@ Parameters:
Default: ''
Description: If set, the public interface is a vlan with this device as the raw device.
Type: String
+ NeutronControlPlaneID:
+ Default: ''
+ Type: String
+ Description: Neutron ID for ctlplane network.
NeutronDnsmasqOptions:
Default: 'dhcp-option-force=26,1400'
Description: Dnsmasq options for neutron-dhcp-agent. The default value here forces MTU to be set to 1400 to account for the gre tunnel overhead.