Comment 22 for bug 2027605

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/892888
Committed: https://opendev.org/openstack/neutron/commit/82f06feebe190064c7a37cc30c144de71052f920
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit 82f06feebe190064c7a37cc30c144de71052f920
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)