Comment 9 for bug 2037717

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/897019
Committed: https://opendev.org/openstack/neutron/commit/61f94ab4493c981cea4844b5947f5699352c7fe7
Submitter: "Zuul (22348)"
Branch: stable/2023.2

commit 61f94ab4493c981cea4844b5947f5699352c7fe7
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Thu Sep 28 19:52:41 2023 +0000

    [OVN] Add the default condition check in ``PortBindingChassisEvent``

    The event ``PortBindingChassisEvent`` should be executed only if the
    initialization condition "type=ovn_const.OVN_CHASSIS_REDIRECT" is met.

    This condition was skipped since [1], where the ``match_fn`` was
    overriden.

    [1]https://review.opendev.org/q/I3b7c5d73d2b0d20fb06527ade30af8939b249d75

    Closes-Bug: #2037717
    Change-Id: I01fa481456c0a675b5857d9796b8323493e4fbc1
    (cherry picked from commit a76aa019772cc35b07a404c213b327169c188243)