Comment 24 for bug 2027605

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/892886
Committed: https://opendev.org/openstack/neutron/commit/6d3c29723e5d48eefd6ba73dc152ed6c99f70ffa
Submitter: "Zuul (22348)"
Branch: stable/xena

commit 6d3c29723e5d48eefd6ba73dc152ed6c99f70ffa
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Tue Jul 18 00:42:45 2023 +0000

    [OVN][Trunk] Set the subports correct host during live migration

    During the trunk migration, the parent port multiple port binding
    will contain the destination host. Because this update is done
    before the migration is done (in other words, the parent port
    still has two port binding registers), the method setting the
    binding profile of the subport will use the destination host
    in advance. At the end of the live migration, the subports
    host will point to the correct hostname.

    Related-Bug: #2027605
    Change-Id: I2370ea2f96e2e31dbd43bf232a63394388e6945f
    (cherry picked from commit 7ed79c1f7890456488a4b44769ed84fea23c9a39)