The nova.api.openstack.compute.legacy_v2.contrib.consoles Module

class Consoles(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Interactive Console support.

alias = 'os-consoles'
get_controller_extensions()
name = 'Consoles'
namespace = 'http://docs.openstack.org/compute/ext/os-consoles/api/v2'
updated = '2011-12-23T00:00:00Z'
class ConsolesController(*args, **kwargs)

Bases: nova.api.openstack.wsgi.Controller

get_rdp_console(req, id, body)

Get text console output.

get_serial_console(req, id, body)

Get connection to a serial console.

get_spice_console(req, id, body)

Get spice connection information to access a server.

get_vnc_console(req, id, body)

Get vnc connection information to access a server.

wsgi_actions = {'os-getSerialConsole': 'get_serial_console', 'os-getRDPConsole': 'get_rdp_console', 'os-getVNCConsole': 'get_vnc_console', 'os-getSPICEConsole': 'get_spice_console'}
wsgi_extensions = []

Previous topic

The nova.api.openstack.compute.legacy_v2.contrib.console_output Module

Next topic

The nova.api.openstack.compute.legacy_v2.contrib.createserverext Module

Project Source

This Page