cinder.api.v3.volume_metadata module

The volume metadata V3 api.

class Controller

Bases: Controller

The volume metadata API controller for the OpenStack API.

index(req, volume_id)

Returns the list of metadata for a given volume.

update(req, volume_id, id, body)
update_all(req, volume_id, body)
wsgi_actions = {}
wsgi_extensions = [('index', None), ('update', None), ('update_all', None)]
create_resource()