Previous topic

The cinder.api.v1.types Module

Next topic

The cinder.api.v1.volumes Module

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Cinder 2011.2 docs or all OpenStack docs too.

The cinder.api.v1.volume_metadata Module

class Controller

Bases: object

The volume metadata API controller for the OpenStack API

create(req, volume_id, body)
delete(req, volume_id, id)

Deletes an existing metadata

index(req, volume_id)

Returns the list of metadata for a given volume

show(req, volume_id, id)

Return a single metadata item

update(req, volume_id, id, body)
update_all(req, volume_id, body)
create_resource()