Previous topic

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

Next topic

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

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.2 docs or all OpenStack docs too.

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

class FlavorManageController

Bases: nova.api.openstack.wsgi.Controller

The Flavor Lifecycle API controller for the OpenStack API.

wsgi_actions = {'create': '_create', 'delete': '_delete'}
wsgi_extensions = []
class Flavormanage(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Flavor create/delete API support

alias = 'os-flavor-manage'
get_controller_extensions()
name = 'FlavorManage'
namespace = 'http://docs.openstack.org/compute/ext/flavor_manage/api/v1.1'
updated = '2012-01-19T00:00:00+00:00'