The cinder.api.v2.volumes Module

The volumes api.

class VolumeController(ext_mgr)

Bases: cinder.api.openstack.wsgi.Controller

The Volumes API controller for the OpenStack API.

create(req, body)

Creates a new volume.

delete(req, id)

Delete a volume.

detail(req)

Returns a detailed list of volumes.

index(req)

Returns a summary list of volumes.

show(req, id)

Return data about the given volume.

update(req, id, body)

Update a volume.

wsgi_actions = {}
wsgi_extensions = []
create_resource(ext_mgr)

Previous topic

The cinder.api.v2.volume_metadata Module

Next topic

The cinder.api.v3.backups Module

Project Source

This Page