Previous topic

The cinder.api.openstack.volume.snapshots Module

Next topic

The cinder.api.openstack.volume.versions 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.types Module

The volume type & volume types extra specs extension

class VolumeTypeTemplate

Bases: cinder.api.openstack.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.openstack.xmlutil.TemplateBuilder

construct()
create_resource()
make_voltype(elem)