Comment 26 for bug 1965819

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/838783
Committed: https://opendev.org/openstack/neutron/commit/af6b54a24b444d6014a4b6c7436046ccfb3aa74f
Submitter: "Zuul (22348)"
Branch: stable/xena

commit af6b54a24b444d6014a4b6c7436046ccfb3aa74f
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)