neutron/neutron/tests/functional/plugins/ml2
Mohammed Naser 0364f18848 [OVN] Match LSP_TYPE_VIRTUAL in PortBindingUpdateVirtualPortsEvent
With newer versions of OVN, port bindings are removed and added
for both virtual ports and container ports (aka trunk ports in
Neutron world)[1][2].

With this, Neutron recently landed a change in order to handle
virtual ports for the update/delete steps[3], however, this has
resulted in unexpected behaviour where the binding information
is wiped for trunk ports, then subsequently removed on the
next maintenance run.

We should make sure that we only have row deletes for
virtual ports specifically rather than all ports.

[1]: ec933537f9
[2]: 28d40c0a02
[3]: https://review.opendev.org/c/openstack/neutron/+/883681

Related-Bug: #2024160
Change-Id: Ide3204748274cbab9731310c2e2bd8bd8c9a53ff
(cherry picked from commit 1160aaa471)
2023-09-28 14:38:05 +00:00
..
drivers [OVN] Match LSP_TYPE_VIRTUAL in PortBindingUpdateVirtualPortsEvent 2023-09-28 14:38:05 +00:00
__init__.py Add the rebinding chance in _bind_port_if_needed 2016-02-15 14:30:04 +02:00
test_plugin.py Accept a port deletion with missing port binding information 2022-09-30 03:31:59 +02:00