Bump ovs minimum version for support of indexing

The custom indexing patch requires ovs >= 2.10

Change-Id: Ie477f03f82550535d0324689babe549a7b323373
This commit is contained in:
Terry Wilson 2020-10-05 13:22:55 -05:00
parent 5e5d9071a8
commit 1a1219f7cd
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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