OpenStack library for privilege separation
Go to file
Andreas Jaeger c9cc428182 Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.0 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering
Update Sphinx version as well.

Remove docs requirements from lower-constraints, they are not needed
during install or test but only for docs building.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

Depends-On: https://review.opendev.org/728938
Change-Id: I5511824a7ebba08c330efaf5118f130630aa52ae
2020-05-18 20:53:43 +02:00
doc Switch to newer openstackdocstheme and reno versions 2020-05-18 20:53:43 +02:00
oslo_privsep Use unittest.mock instead of third party mock 2020-03-31 14:36:00 -05:00
releasenotes Switch to newer openstackdocstheme and reno versions 2020-05-18 20:53:43 +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 OpenDev Migration Patch 2019-04-19 19:48:27 +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 Add Python3 victoria unit tests 2020-04-14 10:16:27 +00:00
babel.cfg Initial cookiecutter project 2015-10-23 18:51:29 +11: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
lower-constraints.txt Switch to newer openstackdocstheme and reno versions 2020-05-18 20:53:43 +02:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-30 13:27:01 +08:00
requirements.txt Bring sanity to lower-constraints 2020-03-18 21:02:38 +00:00
setup.cfg Add py38 package metadata 2020-04-24 08:23:13 -05: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 Bump default tox env from py37 to py38 2020-04-24 10:25:50 -05:00

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.