neutron/releasenotes/notes/ovn-vif-details-bridge-name-and-datapath-type-d2bd5b438118355f.yaml
Rodolfo Alonso Hernandez baaf240ce3 [OVN] Add the bridge name and datapath type to the port VIF details
Same as in ML2/OVS, the ML2/OVN mechanism driver adds to the port
VIF details dictionary the OVS bridge the port is connected to
and the integration bridge datapath type.

Closes-Bug: #2045889
Change-Id: Ifda46c42b9506449a58fbaf312cc71c72d9cf2df
2024-01-14 15:51:07 +00:00

9 lines
390 B
YAML

---
fixes:
- |
[`bug 2045889 <https://bugs.launchpad.net/neutron/+bug/2045889>`_]
The ports bound to ML2/OVN now contain the OVS bridge name and datapath
type in the VIF details dictionary. NOTE: in the ML2/OVS to ML2/OVN
migration, the local host OVN bridge (integration bridge) per port is not
known; "br-int" will be used by default (that value is rarely changed).