OpenStack Context library
Go to file
Doug Hellmann 66e87406b9 Update reno for stable/newton
Change-Id: Iad43cfc4d8c72fcaa6564ea939b156bdebecadbe
2016-09-02 00:00:35 +00:00
doc/source Improve Context docs with example syntax 2016-01-29 20:45:46 +00:00
oslo_context Merge "Manually specify from_dict parameters" 2016-08-17 17:36:33 +00:00
releasenotes Update reno for stable/newton 2016-09-02 00:00:35 +00:00
.coveragerc Fix coverage configuration and execution 2015-10-09 16:11:45 -04:00
.gitignore Add reno for releasenotes management 2016-05-20 17:58:52 +03:00
.gitreview exported from oslo-incubator by graduate.sh 2014-11-05 15:03:32 +01:00
.mailmap exported from oslo-incubator by graduate.sh 2014-11-05 15:03:32 +01:00
.testr.conf Move out of the oslo namespace package 2014-11-14 13:52:32 -05:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-11-05 15:03:32 +01:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:38 +00:00
HACKING.rst exported from oslo-incubator by graduate.sh 2014-11-05 15:03:32 +01:00
LICENSE exported from oslo-incubator by graduate.sh 2014-11-05 15:03:32 +01:00
README.rst Add shields.io version/downloads links/badges into README.rst 2015-09-24 12:38:28 -07:00
requirements.txt Emit deprecation warnings when positional args passed 2016-07-12 08:07:08 +10:00
setup.cfg Add Python 3.5 classifier and venv 2016-07-12 15:36:50 +08:00
setup.py Updated from global requirements 2015-09-17 12:15:57 +00:00
test-requirements.txt Updated from global requirements 2016-08-13 01:36:29 +00:00
tox.ini Delete H803 in flake8 ignore list 2016-08-02 19:44:31 +08:00

Oslo Context Library

Latest Version

Downloads

The Oslo context library has helpers to maintain useful information about a request context. The request context is usually populated in the WSGI pipeline and used by various modules such as logging.