The nova.api.openstack.compute.contrib.flavor_rxtx Module

The Flavor Rxtx API extension.

class FlavorRxtxController(view_builder=None)

Bases: nova.api.openstack.wsgi.Controller

create(req, resp_obj, body)
detail(req, resp_obj)
show(req, resp_obj, id)
wsgi_actions = {}
wsgi_extensions = [('show', None), ('create', 'create'), ('detail', None)]
class FlavorRxtxTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
class Flavor_rxtx(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Support to show the rxtx status of a flavor.

alias = 'os-flavor-rxtx'
get_controller_extensions()
name = 'FlavorRxtx'
namespace = 'http://docs.openstack.org/compute/ext/flavor_rxtx/api/v1.1'
updated = '2012-08-29T00:00:00+00:00'
class FlavorsRxtxTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
make_flavor(elem)

Previous topic

The nova.api.openstack.compute.contrib.flavor_disabled Module

Next topic

The nova.api.openstack.compute.contrib.flavor_swap Module

This Page