openstack-ansible/releasenotes/notes/make-vlan-ranges-optional-1c8f3d183c369e16.yaml
Dmitriy Rabotyagov f3dfc0b071 Bump SHAs for master
Change-Id: Ic44502ea20ee6b67afece7409177cc62b79b5649
2020-12-13 17:08:20 +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