Previous topic

The nova.api.openstack.compute.limits Module

Next topic

The nova.api.openstack.compute.servers Module

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.compute.server_metadata Module

class Controller

Bases: object

The server metadata API controller for the OpenStack API

create(req, server_id, body)
delete(req, server_id, id)

Deletes an existing metadata

index(req, server_id)

Returns the list of metadata for a given instance

show(req, server_id, id)

Return a single metadata item

update(req, server_id, id, body)
update_all(req, server_id, body)
create_resource()