The nova.api.openstack.compute.remote_consoles Module¶
-
class
RemoteConsoles(extension_info)¶ Bases:
nova.api.openstack.extensions.V21APIExtensionBaseInteractive 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 0x7f427ee88ad0>], 'get_rdp_console': [<nova.api.openstack.versioned_method.VersionedMethod object at 0x7f427ee88b90>], 'get_serial_console': [<nova.api.openstack.versioned_method.VersionedMethod object at 0x7f427ee888d0>], 'create': [<nova.api.openstack.versioned_method.VersionedMethod object at 0x7f427ee88f90>], 'get_vnc_console': [<nova.api.openstack.versioned_method.VersionedMethod object at 0x7f427f3fb450>]}¶
-
wsgi_actions= {'os-getRDPConsole': 'get_rdp_console', 'os-getSPICEConsole': 'get_spice_console', 'os-getSerialConsole': 'get_serial_console', 'os-getVNCConsole': 'get_vnc_console'}¶
-
wsgi_extensions= []¶
-