Previous topic

The cinder.api.middleware.auth Module

Next topic

The cinder.api.middleware.sizelimit 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.middleware.fault Module

class FaultWrapper(application)

Bases: cinder.wsgi.Middleware

Calls down the middleware stack, making exceptions into faults.

static status_to_type(status)