590bb27b37
Removed docker references (the driver has been removed from nova). Update confilcting pages including tables to use xrefs instead. Add a rpc_all section to handle conflicts in the training-guides. Closes-Bug: #1291138 Closes-Bug: #1292612 Change-Id: I67ad31c3913cae4c2e9e3d2ce41302717af5d839
25 lines
1.4 KiB
XML
25 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<section xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
|
xml:id="spice-console">
|
|
<title>SPICE console</title>
|
|
<para>OpenStack Compute supports VNC consoles to guests. The VNC
|
|
protocol is fairly limited, lacking support for multiple monitors,
|
|
bi-directional audio, reliable cut-and-paste, video streaming and
|
|
more. SPICE is a new protocol that aims to address the limitations
|
|
in VNC and provide good remote desktop support.</para>
|
|
<para>SPICE support in OpenStack Compute shares a similar
|
|
architecture to the VNC implementation. The OpenStack dashboard
|
|
uses a SPICE-HTML5 widget in its console tab that communicates to
|
|
the <systemitem class="service">nova-spicehtml5proxy</systemitem>
|
|
service by using SPICE-over-websockets. The <systemitem
|
|
class="service">nova-spicehtml5proxy</systemitem> service
|
|
communicates directly with the hypervisor process by using SPICE.</para>
|
|
<para>VNC must be explicitly disabled to get access to the SPICE console.
|
|
Set the <option>vnc_enabled</option> option to <literal>False</literal> in
|
|
the <literal>[DEFAULT]</literal> section to disable the VNC console.</para>
|
|
<para><xref linkend="config_table_nova_spice"/> documents the options to
|
|
configure SPICE as the console for OpenStack Compute.</para>
|
|
</section>
|