Previous topic

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

Next topic

The nova.api.openstack.compute.contrib.createserverext 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.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:00+00:00'
class ConsolesController(*args, **kwargs)

Bases: nova.api.openstack.wsgi.Controller

get_actions()

Return the actions the extension adds, as required by contract.

get_vnc_console(req, id, body)

Get text console output.

wsgi_actions = {'os-getVNCConsole': 'get_vnc_console'}
wsgi_extensions = []