The volume metadata V3 api.
Controller¶Bases: cinder.api.v2.volume_metadata.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()¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.