Previous topic

The nova.console.api Module

Next topic

The nova.console.fake 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.

authorize_console(context, token, console_type, host, port, internal_access_path, instance_id=None)
check_token(context, token)
delete_tokens_for_instance(context, instance_id)