Previous topic

The nova.api.openstack.common Module

Next topic

The nova.api.openstack.compute.contrib.accounts 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.consoles Module

class ConsoleTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
class ConsolesTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
class Controller

Bases: object

The Consoles controller for the OpenStack API

create(req, server_id)

Creates a new console

delete(req, server_id, id)

Deletes a console

index(req, server_id)

Returns a list of consoles for this instance

show(req, server_id, id)

Shows in-depth information on a specific console

update(req, server_id, id)

You can’t update a console

create_resource()