The volumes api.
VolumeController
(ext_mgr)¶Bases: cinder.api.openstack.wsgi.Controller
The Volumes API controller for the OpenStack API.
create
(**kwargs)¶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
(**kwargs)¶Update a volume.
wsgi_actions
= {}¶wsgi_extensions
= []¶create_resource
(ext_mgr)¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.