Comment 29 for bug 1965819

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/838702
Committed: https://opendev.org/openstack/neutron/commit/51e4c3aad2826e401db5b37b3ab594883208dea7
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit 51e4c3aad2826e401db5b37b3ab594883208dea7
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 a13a4cb2da03e2cdce04b0e7b4bc30e44ebdbd02)