From 1a1219f7cd659afde6a5c2cb282c93cad879d472 Mon Sep 17 00:00:00 2001 From: Terry Wilson Date: Mon, 5 Oct 2020 13:22:55 -0500 Subject: [PATCH] Bump ovs minimum version for support of indexing The custom indexing patch requires ovs >= 2.10 Change-Id: Ie477f03f82550535d0324689babe549a7b323373 --- 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 29f99b6d..1e0190a6 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 153b5ff0..76ae9849 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