Comment 18 for bug 1965819

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/834613
Committed: https://opendev.org/openstack/neutron/commit/a13a4cb2da03e2cdce04b0e7b4bc30e44ebdbd02
Submitter: "Zuul (22348)"
Branch: master

commit a13a4cb2da03e2cdce04b0e7b4bc30e44ebdbd02
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