Previous topic

The cinder.tests.api.openstack.volume.contrib.test_volume_actions Module

Next topic

The cinder.tests.api.openstack.volume.test_extensions 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.tests.api.openstack.volume.extensions.foxinsocks Module

class FoxInSocksController

Bases: object

index(req)
class FoxInSocksFlavorBandsControllerExtension(view_builder=None)

Bases: cinder.api.openstack.wsgi.Controller

show(req, resp_obj, id)
wsgi_actions = {}
wsgi_extensions = [('show', None)]
class FoxInSocksFlavorGooseControllerExtension(view_builder=None)

Bases: cinder.api.openstack.wsgi.Controller

show(req, resp_obj, id)
wsgi_actions = {}
wsgi_extensions = [('show', None)]
class FoxInSocksServerControllerExtension(view_builder=None)

Bases: cinder.api.openstack.wsgi.Controller

wsgi_actions = {'fail': '_fail', 'add_tweedle': '_add_tweedle', 'delete_tweedle': '_delete_tweedle'}
wsgi_extensions = []
class Foxinsocks(ext_mgr)

Bases: cinder.api.openstack.extensions.ExtensionDescriptor

The Fox In Socks Extension

alias = 'FOXNSOX'
get_controller_extensions()
get_resources()
name = 'Fox In Socks'
namespace = 'http://www.fox.in.socks/api/ext/pie/v1.0'
updated = '2011-01-22T13:25:27-06:00'