OpenStack library for privilege separation
Go to file
Davanum Srinivas 22c766d4bf pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
We need to pass into VersionInfo what one would expect from running:
 setup.py --name

 Right now we pass in say oslo_context and pbr fails if there is no .git in
  the python source tree

  Closes-Bug: #1662266

Change-Id: I8d4088cbb5edee6fae1fbf7716461edb0f6fcf40
2017-02-06 12:49:22 -05:00
doc/source Initial cookiecutter project 2015-10-23 18:51:29 +11:00
oslo_privsep pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz) 2017-02-06 12:49:22 -05:00
releasenotes Imported Translations from Zanata 2016-10-24 07:29:40 +00:00
tools Add Constraints support 2016-12-20 14:36:31 +11:00
.coveragerc Initial cookiecutter project 2015-10-23 18:51:29 +11:00
.gitignore Add reno for release notes management 2016-07-04 12:55:50 +03: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
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 Initial cookiecutter project 2015-10-23 18:51:29 +11:00
LICENSE Initial cookiecutter project 2015-10-23 18:51:29 +11:00
README.rst Show team and repo badges on README 2016-11-25 13:23:26 +01:00
requirements.txt Updated from global requirements 2016-11-06 02:05:55 +00:00
setup.cfg modify the home-page info with the developer documentation 2016-09-20 12:13:25 +05:30
setup.py Updated from global requirements 2015-11-03 04:33:51 +00:00
test-requirements.txt Updated from global requirements 2016-11-02 15:39:21 +00:00
tox.ini Add Constraints support 2016-12-20 14:36:31 +11:00

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.