diff options
author | Ben Nemec <bnemec@redhat.com> | 2017-07-20 10:56:45 -0500 |
---|---|---|
committer | Ben Nemec <bnemec@redhat.com> | 2017-07-20 10:56:45 -0500 |
commit | 4c947ba82a52fba8f4bfface2e360f4531421dad (patch) | |
tree | 29220ab737e62227a0f9faf4b08a1cc5ec75354b /puppet | |
parent | 5b84f8f1ff6a5fed0edaad3cc8ea1bc626c56b5f (diff) |
Fix description of NeutronNetworkVLANRanges
This claimed that all vlans were allowed, when in fact it is only
the first 1000.
Change-Id: Id5681be51bc908274a8b9cf18d43e116ba150e7f
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/neutron-plugin-ml2.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/puppet/services/neutron-plugin-ml2.yaml b/puppet/services/neutron-plugin-ml2.yaml index d98d1620..dd757b5d 100644 --- a/puppet/services/neutron-plugin-ml2.yaml +++ b/puppet/services/neutron-plugin-ml2.yaml @@ -53,8 +53,8 @@ parameters: default: 'datacentre:1:1000' description: > The Neutron ML2 and OpenVSwitch vlan mapping range to support. See the - Neutron documentation for permitted values. Defaults to permitting any - VLAN on the 'datacentre' physical network (See NeutronBridgeMappings). + Neutron documentation for permitted values. Defaults to permitting VLANs + 1 to 1000 on the 'datacentre' physical network (See NeutronBridgeMappings). type: comma_delimited_list NeutronTunnelIdRanges: description: | |