diff options
Diffstat (limited to 'openstack/common/context.py')
| -rw-r--r-- | openstack/common/context.py | 3 |
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. """ |
