neutron/neutron/plugins/ml2/drivers/ovn/mech_driver
Rodolfo Alonso Hernandez f0923f4b50 [OVN] Skip the port status UP update during a live migration
Skip the port status UP update during a live migration due to a
``PortBindingChassisUpdateEvent`` event.

The port status will be set by  the ``LogicalSwitchPortCreateUpEvent``
and ``LogicalSwitchPortCreateDownEvent`` events, that will be issued
when the port is deleted from the source host and created in the
destination host. This is a planned operation and controlled by Nova,
not a reactive event due to an unplanned host down event.

Related-Bug: #2027605
Change-Id: I81390af2ea2fc384423518b84de3acf7adaf9193
(cherry picked from commit e1f887ca9f)
2023-08-28 08:03:58 +00:00
..
ovsdb [OVN] Skip the port status UP update during a live migration 2023-08-28 08:03:58 +00:00
__init__.py [OVN] Import ovsdb related code 2019-12-04 13:18:50 +00:00
mech_driver.py [OVN] Hash Ring: Better handle Neutron worker failures 2023-08-03 09:23:37 +01:00