Controller
¶Bases: cinder.api.openstack.wsgi.Controller
The volume metadata API controller for the OpenStack API.
create
(*args, **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
(*args, **kwargs)¶update_all
(*args, **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.