cinder.api.v1.volumes Module¶The volumes api.
VolumeController(ext_mgr)¶Bases: cinder.api.v2.volumes.VolumeController
The Volumes API controller for the OpenStack API.
create(req, body)¶Creates a new 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)¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.