The Flavor Disabled API extension.
-
class FlavorDisabledController(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), ('show', None), ('create', 'create')]
-
class Flavor_disabled(ext_mgr)
Bases: nova.api.openstack.extensions.ExtensionDescriptor
Support to show the disabled status of a flavor.
-
alias = 'OS-FLV-DISABLED'
-
get_controller_extensions()
-
name = 'FlavorDisabled'
-
namespace = 'http://docs.openstack.org/compute/ext/flavor_disabled/api/v1.1'
-
updated = '2012-08-29T00:00:00Z'