Previous topic

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

Next topic

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

The volume types extra specs extension

class Types_extra_specs(ext_mgr)

Bases: cinder.api.openstack.extensions.ExtensionDescriptor

Types extra specs support

alias = 'os-types-extra-specs'
get_resources()
name = 'TypesExtraSpecs'
namespace = 'http://docs.openstack.org/volume/ext/types-extra-specs/api/v1'
updated = '2011-08-24T00:00:00+00:00'
class VolumeTypeExtraSpecTemplate

Bases: cinder.api.openstack.xmlutil.TemplateBuilder

construct()
class VolumeTypeExtraSpecsController(view_builder=None)

Bases: cinder.api.openstack.wsgi.Controller

The volume type extra specs API controller for the OpenStack API

create(req, type_id, body=None)
delete(req, type_id, id)

Deletes an existing extra spec

index(req, type_id)

Returns the list of extra specs for a given volume type

show(req, type_id, id)

Return a single extra spec item.

update(req, type_id, id, body=None)
wsgi_actions = {}
wsgi_extensions = []
class VolumeTypeExtraSpecsTemplate

Bases: cinder.api.openstack.xmlutil.TemplateBuilder

construct()