Comment 20 for bug 2027605

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/892884
Committed: https://opendev.org/openstack/neutron/commit/1ce5ef7f83776512487980e3d1b0fd1364ffb0f1
Submitter: "Zuul (22348)"
Branch: stable/zed

commit 1ce5ef7f83776512487980e3d1b0fd1364ffb0f1
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)