The nova.console.manager Module

Console Proxy Service.

class ConsoleProxyManager(console_driver=None, *args, **kwargs)

Bases: nova.manager.Manager

Sets up and tears down any console proxy connections.

Needed for accessing instance consoles securely.

RPC_API_VERSION = '1.0'
add_console(*args, **kw)
get_pool_for_instance_host(context, instance_host)
init_host()
remove_console(*args, **kw)

Previous topic

The nova.console.fake Module

Next topic

The nova.console.rpcapi Module

This Page