Previous topic

<no title>

Next topic

The nova.api.ec2.apirequest Module

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.2 docs or all OpenStack docs too.

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.