neutron/neutron/tests/unit/plugins/ml2/drivers/ovn/mech_driver/ovsdb
Rodolfo Alonso Hernandez 6a9990dba1 [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)
2023-08-28 08:52:35 +00:00
..
extensions [OVN][QoS] Add minimum bandwidth rule support to ML2/OVN 2022-08-12 00:58:17 +02:00
schemas [OVN] Update OVN DB schemas used for tests 2021-06-26 14:29:50 +00:00
__init__.py [OVN] Import ovsdb related code 2019-12-04 13:18:50 +00:00
test_commands.py Set result when lswitch port exist 2023-07-06 07:49:06 +00:00
test_impl_idl_ovn.py Since OVN 20.06, config is stored in "Chassis.other_config" 2022-11-02 11:57:08 +00:00
test_maintenance.py Ensure redirect-type=bridged not used for geneve networks 2023-04-04 07:34:49 +02:00
test_ovn_client.py [OVN] Retry retrieving LSP hosting information 2023-08-14 13:21:18 +01:00
test_ovn_db_sync.py [OVN] ovn-db-sync check for router port differences 2023-08-15 15:36:36 +01:00
test_ovsdb_monitor.py [OVN] Skip the port status UP update during a live migration 2023-08-28 08:52:35 +00:00