OpenStack library for privilege separation
Go to file
Doug Hellmann 8b24f73506 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: Ib592f5d76510dcb3303e954307066675838d58b8
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-06-06 14:53:49 -04:00
doc/source add sphinx instructions to build API reference docs 2017-07-07 14:51:10 -04:00
oslo_privsep Imported Translations from Zanata 2018-03-01 07:02:35 +00:00
releasenotes Imported Translations from Zanata 2018-03-01 07:02:35 +00:00
.coveragerc Initial cookiecutter project 2015-10-23 18:51:29 +11:00
.gitignore add sphinx instructions to build API reference docs 2017-07-07 14:51:10 -04:00
.gitreview Added .gitreview 2015-10-21 05:24:45 +00:00
.mailmap Initial cookiecutter project 2015-10-23 18:51:29 +11:00
.testr.conf Initial cookiecutter project 2015-10-23 18:51:29 +11:00
.zuul.yaml add lower-constraints job 2018-03-24 21:02:44 -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 Trivial: Update pypi url to new url 2018-04-21 10:53:58 +08:00
babel.cfg Initial cookiecutter project 2015-10-23 18:51:29 +11:00
lower-constraints.txt fix lower constraints and uncap eventlet 2018-04-12 14:33:57 -04: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 Updated from global requirements 2018-03-15 07:50:02 +00:00
tox.ini fix tox python3 overrides 2018-06-06 14:53:49 -04: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.