summaryrefslogtreecommitdiffstats
path: root/openstack/common/context.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-06-11 18:43:09 +0000
committerGerrit Code Review <review@openstack.org>2013-06-11 18:43:09 +0000
commit109e1b525dc96fd2d523dbc41c018ee975030e82 (patch)
treec33556b56380515caca0219f49e4f2f69bb3dcb8 /openstack/common/context.py
parent165b98415d3949f8a9dddbdbc1f304fb7d257718 (diff)
parent7119e29cb535426c587eaf2cfc2cfcd11a422df0 (diff)
downloadoslo-109e1b525dc96fd2d523dbc41c018ee975030e82.tar.gz
oslo-109e1b525dc96fd2d523dbc41c018ee975030e82.tar.xz
oslo-109e1b525dc96fd2d523dbc41c018ee975030e82.zip
Merge "Enable hacking H404 test."
Diffstat (limited to 'openstack/common/context.py')
-rw-r--r--openstack/common/context.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/openstack/common/context.py b/openstack/common/context.py
index c872331..3899c2c 100644
--- a/openstack/common/context.py
+++ b/openstack/common/context.py
@@ -33,7 +33,8 @@ def generate_request_id():
class RequestContext(object):
- """
+ """Helper class to represent useful information about a request context.
+
Stores information about the security context under which the user
accesses the system, as well as additional request information.
"""