The nova.api.auth Module

Common Auth Middleware.

class InjectContext(context, *args, **kwargs)

Bases: nova.wsgi.Middleware

Add a ‘nova.context’ to WSGI environ.

class NovaKeystoneContext(application)

Bases: nova.wsgi.Middleware

Make a request context from keystone headers.

pipeline_factory(loader, global_conf, **local_conf)

A paste pipeline replica that keys off of auth_strategy.

pipeline_factory_v21(loader, global_conf, **local_conf)

A paste pipeline replica that keys off of auth_strategy.

Previous topic

<no title>

Next topic

The nova.api.compute_req_id Module

Project Source

This Page