The nova.api.openstack.compute.legacy_v2.contrib.console_auth_tokens Module

class ConsoleAuthTokensController(*args, **kwargs)

Bases: nova.api.openstack.wsgi.Controller

show(req, id)

Checks a console auth token and returns the related connect info.

wsgi_actions = {}
wsgi_extensions = []
class Console_auth_tokens(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Console token authentication support.

alias = 'os-console-auth-tokens'
get_resources()
name = 'ConsoleAuthTokens'
namespace = 'http://docs.openstack.org/compute/ext/consoles-auth-tokens/api/v2'
updated = '2013-08-13T00:00:00Z'

Previous topic

The nova.api.openstack.compute.legacy_v2.contrib.config_drive Module

Next topic

The nova.api.openstack.compute.legacy_v2.contrib.console_output Module

Project Source

This Page