.. Warning: Do not edit this file. It is automatically generated from the software project's code and your changes will be overwritten. The tool to generate this file lives in openstack-doc-tools repository. Please make any changes needed in the code, then run the autogenerate-config-doc tool from the openstack-doc-tools repository, or ask for help on the documentation mailing list, IRC channel or meeting. .. _nova-serial_console: .. list-table:: Description of serial console configuration options :header-rows: 1 :class: config-ref-table * - Configuration option = Default value - Description * - **[serial_console]** - * - ``base_url`` = ``ws://127.0.0.1:6083/`` - (StrOpt) Location of serial console proxy. * - ``enabled`` = ``False`` - (BoolOpt) Enable serial console related features * - ``listen`` = ``127.0.0.1`` - (StrOpt) IP address on which instance serial console should listen * - ``port_range`` = ``10000:20000`` - (StrOpt) Range of TCP ports to use for serial ports on compute hosts * - ``proxyclient_address`` = ``127.0.0.1`` - (StrOpt) The address to which proxy clients (like nova-serialproxy) should connect * - ``serialproxy_host`` = ``0.0.0.0`` - (StrOpt) Host on which to listen for incoming requests * - ``serialproxy_port`` = ``6083`` - (IntOpt) Port on which to listen for incoming requests