API over the cinder service.
Bases: django.views.generic.base.View
API for cinder volume snapshots.
Get a detailed list of volume snapshots associated with the current user’s project.
The listing result is an object with property “items”.
Bases: django.views.generic.base.View
API for cinder volumes.
Get a detailed list of volumes associated with the current user’s project.
If invoked as an admin, you may set the GET parameter “all_projects” to ‘true’.
The following get parameters may be passed in the GET
:param search_opts includes options such as name, status, bootable
The listing result is an object with property “items”.