summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorTerry Wilson <twilson@redhat.com>2022-03-22 04:12:08 +0000
committerBernard Cafarelli <bcafarel@redhat.com>2022-04-26 13:41:03 +0000
commit51e4c3aad2826e401db5b37b3ab594883208dea7 (patch)
tree05f30aa5a2380f48be96630b34c13a02ac518fa4 /requirements.txt
parent402a9eb7b4284df15432dcc6955a31dacd1f9d97 (diff)
downloadneutron-51e4c3aad2826e401db5b37b3ab594883208dea7.tar.gz
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)
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 24886b6c30..a5b18328b2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -46,7 +46,7 @@ osprofiler>=2.3.0 # Apache-2.0
os-ken>=2.2.0 # Apache-2.0
os-resource-classes>=1.1.0 # Apache-2.0
ovs>=2.10.0 # Apache-2.0
-ovsdbapp>=1.15.0 # Apache-2.0
+ovsdbapp>=1.15.2 # Apache-2.0
packaging>=20.4 # Apache-2.0
psutil>=5.3.0 # BSD
pyroute2>=0.6.4;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2)