diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-07-15 15:22:03 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-07-15 15:22:03 +0000 |
commit | 1ce0f9db531a40e0c3915906a24c002d8ed3eae6 (patch) | |
tree | 983b4b768de38d3fa6bbe9c028e8d489952184fe /overcloud-without-mergepy.yaml | |
parent | 1a1ae9444e275471709aafd2160275411261da83 (diff) | |
parent | be0d3f3520037c4e2e9fb4f9a235171aaad7e253 (diff) |
Merge "Adds the NeutronTunnelIdRanges and NeutronVniRanges parameters"
Diffstat (limited to 'overcloud-without-mergepy.yaml')
-rw-r--r-- | overcloud-without-mergepy.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/overcloud-without-mergepy.yaml b/overcloud-without-mergepy.yaml index 61646613..19c65a4e 100644 --- a/overcloud-without-mergepy.yaml +++ b/overcloud-without-mergepy.yaml @@ -148,6 +148,18 @@ parameters: The tunnel types for the Neutron tenant network. To specify multiple values, use a comma separated string, like so: 'gre,vxlan' type: string + NeutronTunnelIdRanges: + description: | + Comma-separated list of <tun_min>:<tun_max> tuples enumerating ranges + of GRE tunnel IDs that are available for tenant network allocation + default: ["1:1000", ] + type: comma_delimited_list + NeutronVniRanges: + description: | + Comma-separated list of <vni_min>:<vni_max> tuples enumerating ranges + of VXLAN VNI IDs that are available for tenant network allocation + default: ["1:1000", ] + type: comma_delimited_list NeutronMechanismDrivers: default: 'openvswitch' description: | |