Comment 17 for bug 2027605

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (stable/2023.1)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/892855
Committed: https://opendev.org/openstack/neutron/commit/f0923f4b50ede1bf1be64bba9485adbcb1ef0295
Submitter: "Zuul (22348)"
Branch: stable/2023.1

commit f0923f4b50ede1bf1be64bba9485adbcb1ef0295
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Mon Jul 17 23:27:58 2023 +0000

    [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 e1f887ca9ffa73dde8ab41590f2131f3297aa3cd)