neutron-lib/releasenotes/notes/add-can-port-be-bound-to-virtual-bridge-5d6db8785e58fcb9.yaml
Rodolfo Alonso Hernandez 29f128cd1f Check if a port can be bound to a virtual bridge
If port VNIC type is "normal", the port can be bound to a virtual bridge;
e.g.: Linux Bridge, OVS.

Change-Id: I0dab235bd492538c7fa909dace08fad2267a589d
Partial-Bug: #1566951
2018-11-12 20:46:45 +00:00

7 lines
213 B
YAML

---
features:
- |
Add ``can_port_be_bound_to_virtual_bridge`` function in
``neutron_lib.plugins.utils``. This function checks if a port, depending
on the VNIC type, can be bound to a virtual bridge.