Controller¶Bases: cinder.api.openstack.wsgi.Controller
The volume metadata API controller for the OpenStack API.
create(**kwargs)¶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(**kwargs)¶update_all(**kwargs)¶wsgi_actions = {}¶wsgi_extensions = []¶create_resource()¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.