Previous topic

<no title>

Next topic

The cinder.api.openstack.auth Module

This Page

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

The cinder.api.auth Module

Common Auth Middleware.

class CinderKeystoneContext(application)

Bases: cinder.wsgi.Middleware

Make a request context from keystone headers

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

Bases: cinder.wsgi.Middleware

Add a ‘cinder.context’ to WSGI environ.

pipeline_factory(loader, global_conf, **local_conf)

A paste pipeline replica that keys off of auth_strategy.