Comment 9 for bug 1957161

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/victoria)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/830123
Committed: https://opendev.org/openstack/neutron/commit/2a6148869ab95c9075b23a152186a5edc8608b55
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit 2a6148869ab95c9075b23a152186a5edc8608b55
Author: Luis Tomas Bolivar <email address hidden>
Date: Wed Jan 12 11:45:53 2022 +0100

    Ensure subports status is aligned with parent port

    Subports of a trunk should have the same status as the parent port.
    However, with ovn, if the parent port is in DOWN status, the subports
    are transitioned to ACTIVE as soon as they are attached to the trunk.

    This patch ensure the status set on the subports when being attached
    matches the one on the parent port.

    Conflicts:
        neutron/services/trunk/drivers/ovn/trunk_driver.py

    Closes-Bug: #1957161
    Change-Id: I26c43c2909b635e8b21306ea1880da3877477a17
    (cherry picked from commit 15d6cfffc9f3c63a7bac75f8d04beaae82ddc794)