Previous topic

The cinder.api.v2.snapshots Module

Next topic

The cinder.api.v2.views.volumes 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.v2.types Module

The volume type & volume types extra specs extension.

class VolumeTypeTemplate

Bases: cinder.api.xmlutil.TemplateBuilder

construct()
class VolumeTypesController(view_builder=None)

Bases: cinder.api.openstack.wsgi.Controller

The volume types API controller for the OpenStack API.

index(req)

Returns the list of volume types.

show(req, id)

Return a single volume type item.

wsgi_actions = {}
wsgi_extensions = []
class VolumeTypesTemplate

Bases: cinder.api.xmlutil.TemplateBuilder

construct()
create_resource()
make_voltype(elem)