Bases: oslo_context.context.RequestContext
Extends security contexts from the oslo.context library.
Ensure threading contains context
For async/periodic tasks, the context of local thread is missing. Set it with request context and this is useful to log the request_id in log messages.
Enter search terms or a module, class or function name.