commit 1a1219f7cd659afde6a5c2cb282c93cad879d472 Author: Terry Wilson Date: Mon Oct 5 13:22:55 2020 -0500 Bump ovs minimum version for support of indexing The custom indexing patch requires ovs >= 2.10 Change-Id: Ie477f03f82550535d0324689babe549a7b323373 diff --git a/lower-constraints.txt b/lower-constraints.txt index 29f99b6..1e0190a 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -25,7 +25,7 @@ os-client-config==1.28.0 os-testr==1.0.0 oslo.utils==3.33.0 oslotest==3.2.0 -ovs==2.8.0 +ovs==2.10.0 pbr==2.0.0 pep8==1.5.7 pyflakes==0.8.1 diff --git a/requirements.txt b/requirements.txt index 153b5ff..76ae984 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ fixtures>=3.0.0 # Apache-2.0/BSD netaddr>=0.7.18 # BSD -ovs>=2.8.0 # Apache-2.0 +ovs>=2.10.0 # Apache-2.0 pbr!=2.1.0,>=2.0.0 # Apache-2.0