Global requirements for OpenStack
Go to file
Rodolfo Alonso Hernandez e6e6112fdd 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
2023-03-28 10:05:40 +00:00
.zuul.d Add requirements-tox-py310-check-uc job 2023-03-26 20:15:14 +02:00
babel-test Babel Integration tests 2016-04-24 17:21:18 -05:00
doc docs: Update Freenode to OFTC 2021-06-02 06:23:55 +00:00
openstack_requirements Workaround for unittests 2023-02-13 17:45:13 +01:00
playbooks Move the definition of BACKPORTS out of code 2022-08-08 17:29:55 -05:00
tools Stop to use the __future__ module. 2020-06-02 20:56:04 +02:00
.gitignore add build directory to gitignore 2020-08-03 09:42:34 -05:00
.gitreview OpenDev Migration Patch 2019-04-19 19:43:33 +00:00
.stestr.conf Move requirements to the PTI 2018-05-21 14:58:48 -07:00
backports.txt Move the definition of BACKPORTS out of code 2022-08-08 17:29:55 -05:00
bindep.txt Remove python-dev from bindep 2022-11-07 11:06:00 +01:00
blacklist.txt Move bashate to blacklist 2022-08-05 12:47:23 +01:00
detail.py Stop to use the __future__ module. 2020-06-02 20:56:04 +02:00
global-requirements.txt Blocks oslo.log to version 5.0.1 2023-03-28 10:05:40 +00:00
MANIFEST.in Make openstack.requirements installable. 2013-07-05 00:31:50 -04:00
projects.txt Deprecate openstack-ansible rsyslog roles 2022-10-31 16:28:11 +01:00
README.rst Add Source links to readme 2019-10-17 15:50:57 +08:00
requirements.txt Exclude packaging 20.5-20.7 2020-12-07 12:13:07 +01:00
setup.cfg switch from py36/38 to py38/39 2022-04-13 20:05:09 -05:00
setup.py update requirements and constraints for py3 only Victoria 2020-05-15 23:17:51 -05:00
test-requirements.txt Use unittest.mock instead of mock 2020-06-09 19:16:34 +02:00
tox.ini Add requirements-tox-py310-check-uc job 2023-03-26 20:15:14 +02:00
update.py Move commands into cmds subdir. 2015-06-29 15:27:25 +12:00
upper-constraints-xfails.txt remove mitmproxy 2018-03-22 13:50:56 -05:00
upper-constraints.txt Updated from generate-constraints 2023-03-26 20:11:10 +02:00

Global Requirements and Constraints for OpenStack Projects

image

Resources and Documentation

Please refer to the dependency management documentation linked below for up to date documentation on how to use and interact with the requirements project.