The nova.api.openstack.compute.legacy_v2.image_metadata Module

class Controller

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)
create_resource()

Previous topic

The nova.api.openstack.compute.legacy_v2.flavors Module

Next topic

The nova.api.openstack.compute.legacy_v2.images Module

Project Source

This Page