The nova.consoleauth.manager Module

Auth Components for Consoles.

class ConsoleAuthManager(scheduler_driver=None, *args, **kwargs)

Bases: nova.manager.Manager

Manages token based authentication.

RPC_API_VERSION = '1.0'
authorize_console(context, token, console_type, host, port, internal_access_path)
check_token(context, token)

Previous topic

The nova.console.xvp Module

Next topic

The nova.consoleauth.rpcapi Module

This Page