The openstack_dashboard.api.cinder ModuleΒΆ

openstack_dashboard.api.cinder.cinderclient(request)[source]
openstack_dashboard.api.cinder.default_quota_get(request, tenant_id)[source]
openstack_dashboard.api.cinder.tenant_quota_get(request, tenant_id)[source]
openstack_dashboard.api.cinder.tenant_quota_update(request, tenant_id, **kwargs)[source]
openstack_dashboard.api.cinder.volume_create(request, size, name, description, volume_type, snapshot_id=None, metadata=None)[source]
openstack_dashboard.api.cinder.volume_delete(request, volume_id)[source]
openstack_dashboard.api.cinder.volume_get(request, volume_id)[source]
openstack_dashboard.api.cinder.volume_list(request, search_opts=None)[source]

To see all volumes in the cloud as an admin you can pass in a special search option: {‘all_tenants’: 1}

openstack_dashboard.api.cinder.volume_snapshot_create(request, volume_id, name, description)[source]
openstack_dashboard.api.cinder.volume_snapshot_delete(request, snapshot_id)[source]
openstack_dashboard.api.cinder.volume_snapshot_get(request, snapshot_id)[source]
openstack_dashboard.api.cinder.volume_snapshot_list(request)[source]
openstack_dashboard.api.cinder.volume_type_create(request, name)[source]
openstack_dashboard.api.cinder.volume_type_delete(request, volume_type_id)[source]
openstack_dashboard.api.cinder.volume_type_list(request)[source]

Previous topic

The openstack_dashboard.api.nova Module

Next topic

The openstack_dashboard.api.swift Module

This Page