Previous topic

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

Next topic

The cinder.api.openstack.volume.contrib.volume_actions Module

This Page

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

The cinder.api.openstack.volume.contrib.types_manage Module

The volume types manage extension.

class Types_manage(ext_mgr)

Bases: cinder.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: cinder.api.openstack.wsgi.Controller

The volume types API controller for the OpenStack API

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