This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.2 docs or all OpenStack docs too.

The nova.api.openstack.image_metadata Module

class nova.api.openstack.image_metadata.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)
nova.api.openstack.image_metadata.create_resource()