The openstack_dashboard.api.rest.cinder
ModuleΒΆ
API over the cinder service.
-
class
openstack_dashboard.api.rest.cinder.
VolumeSnapshots
(**kwargs)[source] Bases:
django.views.generic.base.View
API for cinder volume snapshots.
-
get
(request, *args, **kw)[source] Get a detailed list of volume snapshots associated with the current user’s project.
The listing result is an object with property “items”.
-
url_regex
= 'cinder/volumesnapshots/$'
-
-
class
openstack_dashboard.api.rest.cinder.
Volumes
(**kwargs)[source] Bases:
django.views.generic.base.View
API for cinder volumes.
-
get
(request, *args, **kw)[source] 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”.
-
url_regex
= 'cinder/volumes/$'
-