openstack-ansible-os_neutron/releasenotes/notes/make-vlan-ranges-optional-1c8f3d183c369e16.yaml
James Denton 98b3af136a Make VLAN ranges option when defining provider networks
The provider_network library expects VLAN ranges to be defined within
the provider network definition. In cases where this was not desired,
operators would set dummy ranges (i.e. 1:1) to work around this requirement.
The changes introduced in this patch make 'range' optional.

Change-Id: I0ab1720e5abd74dccf121e8bc075e55d9fbce6e1
2020-12-05 10:05:54 +00:00

18 lines
458 B
YAML

---
fixes:
- |
When defining provider networks, vlan ranges are no longer required.
When a vlan range is not specified, the provider label ``net_name``
still be set in ``network_vlan_ranges``, but automatic VLAN
allocation will not be available.
Implementation Example:
.. code-block:: text
host_bind_override: "bond1"
type: "vlan"
net_name: "physnet1"
group_binds:
- neutron_linuxbridge_agent