neutron/releasenotes/notes/ovn-support-virtual-ports-3da6dc89937a63c7.yaml
Rodolfo Alonso Hernandez 58feb88853 [OVN] Check if OVN SB supports virtual ports
Added a check for OVN SB schema, looking for "virtual_parent" in
"Port_Binding" table (added in OVN SB schema 2.5).

This patch removes the code to support OVN without virtual ports.
It is assumed that "virtual_parent" field is present in "Port_Binding"
table.

Closes-Bug: #1949496
Change-Id: I3d01f58dca570537b5e754b331ca4809a7161ae2
2022-01-13 04:08:18 +00:00

6 lines
169 B
YAML

---
features:
- |
Virtual ports are supported in OVN since version 2.12. Since Yoga, this
support is mandatory. The minimum OVN SB schema version must be 2.5.