OpenStack library for privilege separation
Go to file
Elod Illes 4f1f1cd8c2 [stable-only] Cap virtualenv for py37
py37 test started to fail with latest virtualenv (20.16.4) as it
bundles setuptools 65.3.0, which causes installation problems under
py37. (Note: with py38 the problem does not occur).

This patch sets virtualenv<20.16.4 to unblock the gate as
virtualenv 20.16.3 bundles setuptools 63.4.1, with which py37 gate
works well.

NOTE(stephenfin): Modified to remove the (failing) l-c job.

Change-Id: I4900569923796db2391d146f063cbabadb60e686
2022-09-14 19:02:29 +01:00
doc trivial: Cleanup Sphinx config file, setup.cfg 2020-02-13 15:12:45 +01:00
oslo_privsep Undo the eventlet monkey patch for the privileged daemon 2020-08-25 13:27:53 +02:00
releasenotes Undo the eventlet monkey patch for the privileged daemon 2020-08-25 13:27:53 +02:00
.coveragerc Initial cookiecutter project 2015-10-23 18:51:29 +11:00
.gitignore Move doc related modules to doc/requirements.txt 2019-07-06 02:15:13 +08:00
.gitreview Update .gitreview for stable/ussuri 2020-04-14 10:16:21 +00:00
.mailmap Initial cookiecutter project 2015-10-23 18:51:29 +11:00
.stestr.conf Add functional tests 2019-12-11 10:26:01 +00:00
.zuul.yaml [stable-only] Cap virtualenv for py37 2022-09-14 19:02:29 +01:00
CONTRIBUTING.rst Initial cookiecutter project 2015-10-23 18:51:29 +11:00
HACKING.rst Update URLs in documents according to document migration 2017-07-12 23:09:35 +08:00
LICENSE Initial cookiecutter project 2015-10-23 18:51:29 +11:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-30 13:27:01 +08:00
babel.cfg Initial cookiecutter project 2015-10-23 18:51:29 +11:00
lower-constraints.txt Undo the eventlet monkey patch for the privileged daemon 2020-08-25 13:27:53 +02:00
requirements.txt Undo the eventlet monkey patch for the privileged daemon 2020-08-25 13:27:53 +02:00
setup.cfg [ussuri][goal] Drop python 2.7 support and testing 2020-02-06 10:25:13 +01:00
setup.py remove outdated header 2020-02-11 18:51:53 +01:00
test-requirements.txt Merge "Use unittest.mock instead of third party mock" 2020-04-06 14:57:51 +00:00
tox.ini [stable-only] Cap virtualenv for py37 2022-09-14 19:02:29 +01:00

README.rst

Team and repository tags

image

oslo.privsep

Latest Version

OpenStack library for privilege separation

This library helps applications perform actions which require more or less privileges than they were started with in a safe, easy to code and easy to use manner. For more information on why this is generally a good idea please read over the principle of least privilege and the specification which created this library.