Previous topic

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

Next topic

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

class ConsoleOutputController(*args, **kwargs)

Bases: nova.api.openstack.wsgi.Controller

get_console_output(req, id, body)

Get text console output.

wsgi_actions = {'os-getConsoleOutput': 'get_console_output'}
wsgi_extensions = []
class Console_output(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Console log output support, with tailing ability.

alias = 'os-console-output'
get_controller_extensions()
name = 'Console_output'
namespace = 'http://docs.openstack.org/compute/ext/os-console-output/api/v2'
updated = '2011-12-08T00:00:00+00:00'