From 9283738843ba05b1dd56006112eda5231fd136fd Mon Sep 17 00:00:00 2001 From: Flavio Fernandes Date: Fri, 24 Jan 2020 15:01:42 -0500 Subject: [PATCH] [OVN] Bump ovsdbapp requirements to 1.0.0 Contains fixes for functional tests needed after the networking-ovn has moved to Neutron and OVN splitting from the OVS repository upstream. Depends-On: https://review.opendev.org/#/c/704176/ Change-Id: If3d6a04bf47f7e308530a3e1abb20ebfc184451f Related-Blueprint: neutron-ovn-merge --- 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 c5234a8ec49..8c77f9bba5c 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -87,7 +87,7 @@ oslo.versionedobjects==1.35.1 oslotest==3.2.0 osprofiler==2.3.0 ovs==2.8.0 -ovsdbapp==0.17.0 +ovsdbapp==1.0.0 Paste==2.0.2 PasteDeploy==1.5.0 pbr==4.0.0 diff --git a/requirements.txt b/requirements.txt index 102f59acbd7..2293e090fe0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,7 +46,7 @@ oslo.versionedobjects>=1.35.1 # Apache-2.0 osprofiler>=2.3.0 # Apache-2.0 os-ken >= 0.3.0 # Apache-2.0 ovs>=2.8.0 # Apache-2.0 -ovsdbapp>=0.17.0 # Apache-2.0 +ovsdbapp>=1.0.0 # Apache-2.0 psutil>=3.2.2 # BSD pyroute2>=0.5.7;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2) pyOpenSSL>=17.1.0 # Apache-2.0