ironic.console.rfb.authnone module

class ironic.console.rfb.authnone.RFBAuthSchemeNone[source]

Bases: RFBAuthScheme

security_handshake(host_sock, password=None)[source]

Perform security-type-specific functionality.

This method is expected to return the socket-like object used to communicate with the server securely.

Should raise ironic.common.exception.RFBAuthHandshakeFailed if an error occurs

Parameters:

host_sock – socket connected to the host instance

security_type()[source]

Return the security type supported by this scheme

Returns the nova.console.rfb.auth.AuthType.XX constant representing the scheme implemented.