aboutsummaryrefslogtreecommitdiffstats
path: root/puppet
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-08-16 19:46:32 +0000
committerGerrit Code Review <review@openstack.org>2017-08-16 19:46:32 +0000
commit7a9718c385d6e93b49f3bc03e7a909adf9a4fdf9 (patch)
treeef1fc47307476a9994c5bae8195bc474aba006f8 /puppet
parent0c6437eb5be2c13c16efcbb66b5ebfef0dc5315b (diff)
parent5aa4eeba08acfa907333e2f129b85841890e7b7c (diff)
Merge "Add NeutronOverlayIPVersion parameter to neutron-plugins-ml2 service"
Diffstat (limited to 'puppet')
-rw-r--r--puppet/services/neutron-plugin-ml2.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/puppet/services/neutron-plugin-ml2.yaml b/puppet/services/neutron-plugin-ml2.yaml
index bc91374a..1ea6b1ae 100644
--- a/puppet/services/neutron-plugin-ml2.yaml
+++ b/puppet/services/neutron-plugin-ml2.yaml
@@ -76,6 +76,12 @@ parameters:
description: Firewall driver for realizing neutron security group function
type: string
default: 'openvswitch'
+ NeutronOverlayIPVersion:
+ default: 4
+ description: IP version used for all overlay network endpoints.
+ type: number
+ constraints:
+ - allowed_values: [4,6]
resources:
NeutronBase:
@@ -105,6 +111,7 @@ outputs:
neutron::plugins::ml2::vni_ranges: {get_param: NeutronVniRanges}
neutron::plugins::ml2::tenant_network_types: {get_param: NeutronNetworkType}
neutron::plugins::ml2::firewall_driver: {get_param: NeutronFirewallDriver}
+ neutron::plugins::ml2::overlay_ip_version: {get_param: NeutronOverlayIPVersion}
step_config: |
include ::tripleo::profile::base::neutron::plugins::ml2