Bases: object
The image metadata API controller for the OpenStack API.
-
create(req, image_id, body)
-
delete(req, image_id, id)
-
index(req, image_id)
Returns the list of metadata for a given instance.
-
show(req, image_id, id)
-
update(req, image_id, id, body)
-
update_all(req, image_id, body)