Lower the neutron-lib version requirement

The OpenStack Wallaby release ships neutron-lib 2.10.1 at
the moment. There's no reason for us to depend on a newer
version and this way the ovn-bgp-agent can run on Wallaby
as well.

Signed-off-by: Daniel Alvarez <dalvarez@redhat.com>
Change-Id: If9af96c6c7c30887e864c715ae87d7e107576163
This commit is contained in:
Daniel Alvarez Sanchez 2022-01-13 10:36:07 +01:00
parent 5b08453191
commit 0762a31e8e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
pbr>=2.0 # Apache-2.0
Jinja2>=2.10 # BSD License (3 clause)
neutron-lib>=2.12.0 # Apache-2.0
neutron-lib>=2.10.1 # Apache-2.0
oslo.concurrency>=3.26.0 # Apache-2.0
oslo.config>=6.1.0 # Apache-2.0
oslo.log>=3.36.0 # Apache-2.0