The nova.api.openstack.compute.flavor_rxtx Module

The Flavor Rxtx API extension.

class FlavorRxtx(extension_info)

Bases: nova.api.openstack.extensions.V21APIExtensionBase

Support to show the rxtx status of a flavor.

alias = 'os-flavor-rxtx'
get_controller_extensions()
get_resources()
name = 'FlavorRxtx'
version = 1
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 = [('detail', None), ('create', 'create'), ('show', None)]

Previous topic

The nova.api.openstack.compute.flavor_manage Module

Next topic

The nova.api.openstack.compute.flavors Module

Project Source

This Page