cinder.api.contrib.volume_image_metadata Module¶The Volume Image Metadata API extension.
VolumeImageMetadataController(*args, **kwargs)¶Bases: cinder.api.openstack.wsgi.Controller
create(req, id, body)¶delete(req, id, body)¶Deletes an existing image metadata.
detail(req, resp_obj)¶index(req, id, body)¶show(req, resp_obj, id)¶wsgi_actions = {'os-set_image_metadata': 'create', 'os-unset_image_metadata': 'delete', 'os-show_image_metadata': 'index'}¶wsgi_extensions = [('show', None), ('detail', None)]¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.