keystone.common.context module
updated: 2022-01-07 19:53
keystone.common.context module
-
class
keystone.common.context.
RequestContext
(**kwargs)[source]
Bases: oslo_context.context.RequestContext
-
classmethod
from_environ
(environ, **kwargs)[source]
Load a context object from a request environment.
If keyword arguments are provided then they override the values in the
request environment.
Parameters: | environ (dict) – The environment dictionary associated with a request. |
updated: 2022-01-07 19:53