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.consoles Module

class nova.api.openstack.consoles.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

nova.api.openstack.consoles.create_resource()