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
This commit is contained in:
Rodolfo Alonso Hernandez 2022-11-12 12:00:00 +01:00 committed by Rodolfo Alonso
parent be4f55d91c
commit e6e6112fdd

View File

@ -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