openstack-manuals/doc/common/section_compute-configure-console.xml
Christian Berendt b2235bf3fb Unified the syntax of the XML root element (common)
Execluded all XML files in the directory doc/common/tables because
they are autogenerated.

The XML root element of Docbook XML files should match the following
format:

<ELEMENT 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="THE_XML_ID_OF_THE_ELEMENT">

Change-Id: If12091be81ec8b2e6e53bfcb4c3a883a65e24736
2014-07-09 22:23:03 +02:00

16 lines
678 B
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="remote-console-access">
<title>Configure remote console access</title>
<!--<?dbhtml stop-chunking?>-->
<para>To provide a remote console or remote desktop access to guest
virtual machines, use VNC or SPICE HTML5 through either the
OpenStack dashboard or the command line. Best practice is to
select one or the other to run.</para>
<xi:include href="section_compute-configure-vnc.xml"/>
<xi:include href="section_compute-configure-spice.xml"/>
</section>