[admin-guide] Fix the incorrect configuration of spice

Change-Id: Iadceaf9bdfa7479aaceadc01615f2ab16729de28
Closes-Bug: #1668040
This commit is contained in:
chenxing 2017-02-27 08:17:51 +08:00 committed by Alexandra Settle
parent f4135e4406
commit 59260e7bf8

View File

@ -40,32 +40,20 @@ disable the VNC console.
Use the following options to configure SPICE as the console for Use the following options to configure SPICE as the console for
OpenStack Compute: OpenStack Compute:
.. list-table:: **Description of SPICE configuration options** .. code-block:: console
:header-rows: 1
:widths: 25 25
* - **[spice]** [spice]
- agent_enabled = False
* - Spice configuration option = Default value enabled = True
- Description html5proxy_base_url = http://IP_ADDRESS:6082/spice_auto.html
* - ``agent_enabled = True`` html5proxy_host = 0.0.0.0
- (BoolOpt) Enable spice guest agent support html5proxy_port = 6082
* - ``enabled = False`` keymap = en-us
- (BoolOpt) Enable spice related features server_listen = 127.0.0.1
* - ``html5proxy_base_url = http://127.0.0.1:6082/spice_auto.html`` server_proxyclient_address = 127.0.0.1
- (StrOpt) Location of spice HTML5 console proxy, in the form
"http://127.0.0.1:6082/spice_auto.html" Replace ``IP_ADDRESS`` with the management interface IP address
* - ``html5proxy_host = 0.0.0.0`` of the controller or the VIP.
- (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
VNC console proxy VNC console proxy
~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~