RequestContext: context for requests that persist through all of cinder.
Bases: oslo_context.context.RequestContext
Security context and request information.
Represents the user taking a given action within the system.
Return a version of this context with admin flag set.
Build and return the Cinder internal tenant context object
This request context will only work for internal Cinder operations. It will not be able to make requests to remote services. To do so it will need to use the keystone client to get an auth_token.