The cinder.api.v1.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)¶