neutron/neutron/common/ovn
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
..
__init__.py [OVN] Move OVN commons to neutron tree 2019-12-04 13:15:16 +00:00
acl.py Fix some pylint indentation warnings 2022-11-02 10:37:39 -04:00
constants.py [OVN] Expose chassis hosting information in LSP 2023-07-04 09:41:28 +01:00
exceptions.py Improve Hash Ring logs 2023-06-29 14:28:05 +01:00
extensions.py neutron-dynamic-routing now works with OVN 2022-11-23 22:57:31 +01:00
hash_ring_manager.py Improve Hash Ring logs 2023-06-29 14:28:05 +01:00
utils.py [OVN] Skip the port status UP update during a live migration 2023-08-28 08:03:58 +00:00