OpenStack Context library
Go to file
James Carey 205479f254 Activate pep8 check that _ is imported
Currently translatable messages are not used, so there are no uses
of _.

This will ensure if _ is used in the future pep8 won't assume
it is provided as a builtin.

Change-Id: Iad8357364ad88961c280096480e8521d873f7c7f
2014-12-11 22:52:12 +00:00
doc/source Documentation cleanup 2014-11-19 12:05:17 -05:00
oslo_context Add ClearRequestContext fixture 2014-11-19 11:58:56 -05:00
.coveragerc exported from oslo-incubator by graduate.sh 2014-11-05 15:03:32 +01:00
.gitignore exported from oslo-incubator by graduate.sh 2014-11-05 15:03:32 +01: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
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
MANIFEST.in exported from oslo-incubator by graduate.sh 2014-11-05 15:03:32 +01:00
README.rst Better information in the README 2014-11-19 13:24:27 +00:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-11-05 15:03:32 +01:00
openstack-common.conf exported from oslo-incubator by graduate.sh 2014-11-05 15:03:32 +01:00
requirements.txt fix links and requirements to latest versions 2014-11-05 15:28:13 +01:00
setup.cfg Move out of the oslo namespace package 2014-11-14 13:52:32 -05:00
setup.py exported from oslo-incubator by graduate.sh 2014-11-05 15:03:32 +01:00
test-requirements.txt fix links and requirements to latest versions 2014-11-05 15:28:13 +01:00
tox.ini Activate pep8 check that _ is imported 2014-12-11 22:52:12 +00:00

README.rst

Oslo Context Library

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.