From 0762a31e8e0b000463741d487df4898553345674 Mon Sep 17 00:00:00 2001 From: Daniel Alvarez Sanchez Date: Thu, 13 Jan 2022 10:36:07 +0100 Subject: [PATCH] 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 Change-Id: If9af96c6c7c30887e864c715ae87d7e107576163 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fa5e545b..620205f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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