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_spice_console': [<nova.api.openstack.versioned_method.VersionedMethod object at 0x7ff1e1ad18d0>], 'get_rdp_console': [<nova.api.openstack.versioned_method.VersionedMethod object at 0x7ff1e1ad1290>], 'get_serial_console': [<nova.api.openstack.versioned_method.VersionedMethod object at 0x7ff1e1ad1210>], 'create': [<nova.api.openstack.versioned_method.VersionedMethod object at 0x7ff1e1ad1bd0>], 'get_vnc_console': [<nova.api.openstack.versioned_method.VersionedMethod object at 0x7ff1e1ad1ad0>]}¶
-
wsgi_actions
= {'os-getRDPConsole': 'get_rdp_console', 'os-getSPICEConsole': 'get_spice_console', 'os-getSerialConsole': 'get_serial_console', 'os-getVNCConsole': 'get_vnc_console'}¶
-
wsgi_extensions
= []¶
-