cinder.api.v3.volume_metadata module¶
The volume metadata V3 api.
- class Controller¶
Bases:
ControllerThe 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)¶
- show(req, volume_id, id)¶
Return a single metadata item.
- 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()¶