From 9f6dc5527c96df52b3e4876fe996fd0e01d8538c Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Sun, 10 Mar 2024 05:03:00 +0000 Subject: [PATCH] Bump Neutron to 24.0.0.0b1 This new version has [1] and won't fail with the latest neutron-lib release that removed the LBaaS constants in [2]. [1]https://review.opendev.org/c/openstack/neutron/+/902048 [2]https://review.opendev.org/c/openstack/neutron-lib/+/902133 Closes-Bug: #2057770 Change-Id: I8b3debfbfa36376fa6c7567b898a0abb48babcf5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0e777b74..e63a0342 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ oslo.messaging>=5.29.0 # Apache-2.0 oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 oslo.service!=1.28.1,>=1.24.0 # Apache-2.0 oslo.utils>=4.5.0 # Apache-2.0 -neutron>=23.0.0.0b3 # Apache-2.0 +neutron>=24.0.0.0b1 # Apache-2.0 # The comment below indicates this project repo is current with neutron-lib # and should receive neutron-lib consumption patches as they are released