neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb
Rodolfo Alonso Hernandez 9186d511a5 [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.

Conflicts:
    neutron/common/ovn/utils.py

Related-Bug: #2027605
Change-Id: I81390af2ea2fc384423518b84de3acf7adaf9193
(cherry picked from commit e1f887ca9f)
(cherry picked from commit 6a9990dba1)
2023-08-28 08:54:25 +00:00
..
extensions Since OVN 20.06, config is stored in "Chassis.other_config" 2022-11-25 13:50:49 +01:00
__init__.py [OVN] Import ovsdb related code 2019-12-04 13:18:50 +00:00
api.py [OVN] Add missing LSP device_owner info in trunk driver 2023-02-13 19:32:01 +01:00
commands.py Set result when lswitch port exist 2023-07-06 07:49:18 +00:00
impl_idl_ovn.py [stable-only][ovn] Fix ovsdbapp db_set command for stable branches 2023-05-18 10:32:07 +00:00
maintenance.py [OVN] Hash Ring: Better handle Neutron worker failures 2023-08-03 09:23:16 +01:00
ovn_client.py [OVN] Retry retrieving LSP hosting information 2023-08-14 13:22:42 +01:00
ovn_db_sync.py [OVN] ovn-db-sync check for router port differences 2023-08-15 15:35:45 +01:00
ovsdb_monitor.py [OVN] Skip the port status UP update during a live migration 2023-08-28 08:54:25 +00:00
worker.py [OVN] Import ovsdb related code 2019-12-04 13:18:50 +00:00