98b3af136a
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
18 lines
458 B
YAML
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
|