From e6e6112fdd83947bbcdbcb0e8f8e8b7bb5aefad4 Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Sat, 12 Nov 2022 12:00:00 +0100 Subject: [PATCH] Blocks oslo.log to version 5.0.1 This patch blocks oslo.log version 5.0.1, as reported in [1]. oslo.log 5.0.2, without the corresponding oslo.privsep one, will break the Neutron CI, in particular the job "neutron-functional-with-uwsgi", that will be temporary disabled. Next steps: 1) Push a path in oslo.privsep using this new oslo.log version [2], fixing the problem reported. 2) Release a new oslo.privsep version. 3) Bump the oslo.privsep version in this project. 4) Unblock the Neutron CI "neutron-functional-with-uwsgi" job. [1]https://bugs.launchpad.net/oslo.log/+bug/1995514 [2]https://review.opendev.org/c/openstack/oslo.privsep/+/864254 Related-Bug: #1995514 Related-Bug: #1995091 Change-Id: I1ed628b0ff6c98d21d36caf828edfbc7ef822363 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index cabd939eb3..bd71a1d6ee 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -147,7 +147,7 @@ oslo.context # Apache-2.0 oslo.db # Apache-2.0 oslo.i18n # Apache-2.0 oslo.limit # Apache-2.0 -oslo.log!=3.44.2,!=4.1.2,!=4.2.0 # Apache-2.0 +oslo.log!=3.44.2,!=4.1.2,!=4.2.0,!=5.0.1,!=5.0.2,!=5.1.0 # Apache-2.0 oslo.messaging!=9.0.0 # Apache-2.0 oslo.metrics # Apache-2.0 oslo.middleware # Apache-2.0