Previous topic

The nova.api.openstack.volume.contrib.types_extra_specs Module

Next topic

The nova.api.openstack.volume.extensions 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.volume.contrib.types_manage Module

The volume types manage extension.

class Types_manage(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Types manage support

alias = 'os-types-manage'
get_controller_extensions()
name = 'TypesManage'
namespace = 'http://docs.openstack.org/volume/ext/types-manage/api/v1'
updated = '2011-08-24T00:00:00+00:00'
class VolumeTypesManageController(view_builder=None)

Bases: nova.api.openstack.wsgi.Controller

The volume types API controller for the OpenStack API

wsgi_actions = {'create': '_create', 'delete': '_delete'}
wsgi_extensions = []