openstack-manuals/doc/config-ref-rst/source/tables/nova-spice.rst
KATO Tomoyuki ce094c144b [config-ref] Add table labels
Change-Id: If4e4b6fccb77092ef5939100960ebf278f0e5bf9
2015-11-23 10:57:54 +09:00

37 lines
1.5 KiB
ReStructuredText

..
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-spice:
.. list-table:: Description of SPICE configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[spice]**
-
* - ``agent_enabled`` = ``True``
- (BoolOpt) Enable spice guest agent support
* - ``enabled`` = ``False``
- (BoolOpt) Enable spice related features
* - ``html5proxy_base_url`` = ``http://127.0.0.1:6082/spice_auto.html``
- (StrOpt) Location of spice HTML5 console proxy, in the form "http://127.0.0.1:6082/spice_auto.html"
* - ``html5proxy_host`` = ``0.0.0.0``
- (StrOpt) Host on which to listen for incoming requests
* - ``html5proxy_port`` = ``6082``
- (IntOpt) Port on which to listen for incoming requests
* - ``keymap`` = ``en-us``
- (StrOpt) Keymap for spice
* - ``server_listen`` = ``127.0.0.1``
- (StrOpt) IP address on which instance spice server should listen
* - ``server_proxyclient_address`` = ``127.0.0.1``
- (StrOpt) The address to which proxy clients (like nova-spicehtml5proxy) should connect