The cinder.api.v3.volume_manage Module

class VolumeManageController(*args, **kwargs)

Bases: cinder.api.contrib.volume_manage.VolumeManageController

create(req, body)
detail(req)

Returns a detailed list of volumes available to manage.

index(req)

Returns a summary list of volumes available to manage.

wsgi_actions = {}
wsgi_extensions = [('index', None), ('detail', None)]
create_resource()

Previous topic

The cinder.api.v3.views.volumes Module

Next topic

The cinder.api.v3.volume_metadata Module

Project Source

This Page