The nova.tests.api.openstack.compute.extensions.foxinsocks Module

class FoxInSocksController

Bases: object

index(req)
class FoxInSocksFlavorBandsControllerExtension(view_builder=None)

Bases: nova.api.openstack.wsgi.Controller

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

Bases: nova.api.openstack.wsgi.Controller

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

Bases: nova.api.openstack.wsgi.Controller

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

Bases: nova.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'

Previous topic

The nova.tests.api.openstack.compute.contrib.test_volumes Module

Next topic

The nova.tests.api.openstack.compute.test_api Module

This Page