From e02c1b9b3ea50d01145d10b8d6789d7e357d884b Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Tue, 5 Sep 2023 18:45:10 +0000 Subject: [PATCH] Bump Neutron and neutron-lib versions It is needed to enforce the correct versions of both projects due to incompatibilities with previous version. The Neutron Bobcat beta 3 should work with neutron-lib 3.8.0. Change-Id: I1b7e35c92b01c15c9c236861f60d13bc5098330f --- requirements.txt | 2 +- test-requirements.txt | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 930b1e55..8bea78a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ keystoneauth1>=3.14.0 # Apache-2.0 netaddr>=0.7.18 # BSD -neutron-lib>=2.16.0 # Apache-2.0 +neutron-lib>=3.8.0 # Apache-2.0 openstacksdk>=0.103.0 # Apache-2.0 oslo.config>=8.0.0 # Apache-2.0 oslo.log>=4.3.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 407d7695..e54dfa06 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,6 +15,4 @@ testresources>=2.0.0 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD WebTest>=2.0.27 # MIT testtools>=2.2.0 # MIT - -# NOTE: Precisely we need wallaby neutron -neutron>=18.0.0 # Apache-2.0 +neutron>=23.0.0.0b3 # Apache-2.0