The nova.api.openstack.compute.remote_consoles Module

class RemoteConsoles(extension_info)

Bases: nova.api.openstack.extensions.V21APIExtensionBase

Interactive Console support.

alias = 'os-remote-consoles'
get_controller_extensions()
get_resources()
name = 'Consoles'
version = 1
class RemoteConsolesController(*args, **kwargs)

Bases: nova.api.openstack.wsgi.Controller

create(*args, **kwargs)
get_rdp_console(*args, **kwargs)

Get text console output.

get_serial_console(*args, **kwargs)

Get connection to a serial console.

get_spice_console(*args, **kwargs)

Get text console output.

get_vnc_console(*args, **kwargs)

Get text console output.

versioned_methods = {'get_rdp_console': [<nova.api.openstack.versioned_method.VersionedMethod object at 0x7f30ff152950>], 'get_spice_console': [<nova.api.openstack.versioned_method.VersionedMethod object at 0x7f30ff152190>], 'get_vnc_console': [<nova.api.openstack.versioned_method.VersionedMethod object at 0x7f30ffc1bf90>], 'get_serial_console': [<nova.api.openstack.versioned_method.VersionedMethod object at 0x7f30ff1526d0>], 'create': [<nova.api.openstack.versioned_method.VersionedMethod object at 0x7f30ff152f50>]}
wsgi_actions = {'os-getSerialConsole': 'get_serial_console', 'os-getSPICEConsole': 'get_spice_console', 'os-getRDPConsole': 'get_rdp_console', 'os-getVNCConsole': 'get_vnc_console'}
wsgi_extensions = []

Previous topic

The nova.api.openstack.compute.quota_sets Module

Next topic

The nova.api.openstack.compute.rescue Module

Project Source

This Page