The nova.console.xvp Module

XVP (Xenserver VNC Proxy) driver.

class XVPConsoleProxy

Bases: object

Sets up XVP config, and manages XVP daemon.

console_type
fix_console_password(password)

Trim password to length, and encode.

fix_pool_password(password)

Trim password to length, and encode.

get_port(context)

Get available port for consoles that need one.

init_host()

Start up any config’ed consoles on start.

setup_console(context, console)

Sets up actual proxies.

teardown_console(context, console)

Tears down actual proxies.

Previous topic

The nova.console.websocketproxy Module

Next topic

The nova.consoleauth.manager Module

Project Source

This Page