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 = {'create': [<nova.api.openstack.versioned_method.VersionedMethod object at 0x7f32cc8c2c90>], 'get_vnc_console': [<nova.api.openstack.versioned_method.VersionedMethod object at 0x7f32cc8c2110>], 'get_rdp_console': [<nova.api.openstack.versioned_method.VersionedMethod object at 0x7f32cc8c2810>], 'get_serial_console': [<nova.api.openstack.versioned_method.VersionedMethod object at 0x7f32cc8c2790>], 'get_spice_console': [<nova.api.openstack.versioned_method.VersionedMethod object at 0x7f32cc8c2650>]}
wsgi_actions = {'os-getSerialConsole': 'get_serial_console', 'os-getRDPConsole': 'get_rdp_console', 'os-getVNCConsole': 'get_vnc_console', 'os-getSPICEConsole': 'get_spice_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