Comment 31 for bug 1965819

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/840744
Committed: https://opendev.org/openstack/neutron/commit/a2d65cecdee746f4b8b6e42348c4bd9206e12cfd
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit a2d65cecdee746f4b8b6e42348c4bd9206e12cfd
Author: Terry Wilson <email address hidden>
Date: Tue Mar 22 04:12:08 2022 +0000

    Fix setting table monitoring conditions

    After the monitor_cond_since/update3 support patch in ovs
    (46d44cf3be0), directly setting table.condition is broken. This
    isn't something that was every truly supported. Prior to that
    patch, using Idl.cond_change() before a connection was made
    did not work, but after that patch it does.

    This patch uses the old behavior when the OVS library does not
    have the ConditionState object, and uses cond_change() otherwise.

    Related-Bug: #1965819
    Change-Id: I0503037b803a3c99fb7988bc20394c111ac456db
    (cherry picked from commit 37c2e6b708678d2e648f111d102b6394f4e704b0)