From 8954b33576536e798c9fdddfe75e284ac6f53250 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Thu, 17 Jun 2021 15:20:46 -0400 Subject: [PATCH] Bump minimal ovsdbapp version to 1.11.0 This is to make sure stateless-security-groups API extension works for OVN. (The new ovsdbapp version contains support for allow-stateless ACL verb.) Change-Id: I812b7e8669bf1ef7b30a3670612d14bc65a93190 --- lower-constraints.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 15faa59824d..7f8a78981f7 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -78,7 +78,7 @@ oslo.versionedobjects==1.35.1 oslotest==3.2.0 osprofiler==2.3.0 ovs==2.10.0 -ovsdbapp==1.10.0 +ovsdbapp==1.11.0 packaging==20.4 Paste==2.0.2 PasteDeploy==1.5.0 diff --git a/requirements.txt b/requirements.txt index 523beb9ab95..9d3a4c55239 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ oslo.versionedobjects>=1.35.1 # Apache-2.0 osprofiler>=2.3.0 # Apache-2.0 os-ken>=2.0.0 # Apache-2.0 ovs>=2.10.0 # Apache-2.0 -ovsdbapp>=1.10.0 # Apache-2.0 +ovsdbapp>=1.11.0 # 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)