Previous topic

The nova.console.xvp Module

Next topic

The nova.consoleauth.rpcapi 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.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)