Comment 12 for bug 1974183

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/844018
Committed: https://opendev.org/openstack/neutron/commit/cc637d8d1026aa25925f63be573422f13db2052a
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit cc637d8d1026aa25925f63be573422f13db2052a
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Sat May 14 09:41:25 2022 +0000

    [Trunk] Check if parent port belongs to OVN to activate

    In Trunk service, the OVN was setting always the trunk to "ACTIVE"
    anytime the trunk was created or updated. This patch changes this
    behaviour: only when the trunk parent port belongs to OVN (that
    means, there is a related logical switch port to this Neutron port),
    the methods will set the trunk to "ACTIVE".

    Closes-Bug: #1974183
    Change-Id: Ied5ef53882d4249e0ceaa731239befdc3ba67d03
    (cherry picked from commit 68bbd3586bdc313a6b67f2983ba2331a7956856c)