The volumes V3 api.
VolumeController
(ext_mgr)¶Bases: cinder.api.v2.volumes.VolumeController
The Volumes API controller for the OpenStack API V3.
create
(*args, **kwargs)¶Creates a new volume.
Parameters: |
|
---|---|
Returns: | dict – the new volume dictionary |
Raises: | HTTPNotFound, HTTPBadRequest – |
delete
(req, id)¶Delete a volume.
revert
(req, id, body)¶revert a volume to a snapshot
summary
(req)¶Return summary of volumes.
versioned_methods
= {'revert': [<cinder.api.openstack.versioned_method.VersionedMethod object>], 'summary': [<cinder.api.openstack.versioned_method.VersionedMethod object>]}¶wsgi_actions
= {'revert': 'revert'}¶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.