The nova.api.openstack.compute.legacy_v2.image_metadata Module¶
-
class
Controller¶ Bases:
objectThe 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)¶
-
-
create_resource()¶