OpenStack library for privilege separation
Go to file
Doug Hellmann c54ee39d2a add python 3.6 unit test job
This is a mechanically generated patch to add a unit test job running
under Python 3.6 as part of the python3-first goal.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I0a868661a55b43ab59b505a373006c9a4c685ace
Story: #2002586
Task: #24322
2018-08-07 16:17:35 -04:00
doc/source Added example blogposts 2018-06-06 07:15:13 +02:00
oslo_privsep Imported Translations from Zanata 2018-03-01 07:02:35 +00:00
releasenotes Update reno for stable/rocky 2018-07-26 12:39:26 +00:00
.coveragerc Initial cookiecutter project 2015-10-23 18:51:29 +11:00
.gitignore Switch to stestr 2018-07-03 16:09:28 +07:00
.gitreview Added .gitreview 2015-10-21 05:24:45 +00:00
.mailmap Initial cookiecutter project 2015-10-23 18:51:29 +11:00
.stestr.conf Switch to stestr 2018-07-03 16:09:28 +07:00
.zuul.yaml add python 3.6 unit test job 2018-08-07 16:17:35 -04: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 Add that 'Release Notes' in README 2018-08-03 11:46:17 +00:00
babel.cfg Initial cookiecutter project 2015-10-23 18:51:29 +11:00
lower-constraints.txt Switch to stestr 2018-07-03 16:09:28 +07:00
requirements.txt fix lower constraints and uncap eventlet 2018-04-12 14:33:57 -04:00
setup.cfg Update URLs in documents according to document migration 2017-07-12 23:09:35 +08:00
setup.py Updated from global requirements 2017-03-03 00:03:13 +00:00
test-requirements.txt Switch to stestr 2018-07-03 16:09:28 +07:00
tox.ini Switch to stestr 2018-07-03 16:09:28 +07:00

README.rst

Team and repository tags

image

oslo.privsep

Latest Version

Downloads

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.