The nova.console.serial Module

Serial consoles module.

acquire_port(*args, **kwargs)

Returns a free TCP port on host.

Find and returns a free TCP port on ‘host’ in the range of ‘CONF.serial_console.port_range’.

release_port(*args, **kwargs)

Release TCP port to be used next time.

Previous topic

The nova.console.rpcapi Module

Next topic

The nova.console.type Module

Project Source

This Page