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

class FlavorManageController

Bases: nova.api.openstack.wsgi.Controller

The Flavor Lifecycle API controller for the OpenStack API.

wsgi_actions = {'delete': '_delete', 'create': '_create'}
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:00Z'

Previous topic

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

Next topic

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

Project Source

This Page