neutron/releasenotes/notes/ovn-supports-Port_Group-96fc1a89e2da163d.yaml
Rodolfo Alonso Hernandez 5d94a10a15 [OVN] Check if OVN NB supports "Port_Group"
Added a check for OVN NB schema, looking for "Port_Group" table
(added in OVN NB schema 5.11).

This patch removes the code to support OVN without "Port_Group"
table. It is assumed that this table is always present.

Closes-Bug: #1946023

Change-Id: If193ff5bc6e1421f4fa9db3779872a82a36c8b69
2021-10-14 09:07:28 +00:00

8 lines
261 B
YAML

---
other:
- |
It is assumed now that OVN supports Northbound table ``Port_Group`` by
default. This table was added in the DB schema version 5.11. A sanity check
is included if OVN is defined in ``ml2.mechanism_drivers`` configuration
option.