summaryrefslogtreecommitdiff
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
commitd07c96be36804ba52ad7eb8cf3b9fc3eb1a52619 (patch)
tree1992069c7911099d1c92847f37b0b1aabf7762ed
parent079cc070e04eefba3342bc59fef13455024f7cfe (diff)
parente105f6e1565c68d9ce5750fc3ec93ece2d59a756 (diff)
downloadoslo-context-d07c96be36804ba52ad7eb8cf3b9fc3eb1a52619.tar.gz
Merge "Enable hacking H404 test."
-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.
"""