c71296175f
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: I47786e5f70b64e1b14d1015ec5613a538ef8fc52
33 lines
812 B
XML
33 lines
812 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<chapter 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="ha-aa-controllers">
|
|
|
|
<title>OpenStack controller nodes</title>
|
|
|
|
<para>OpenStack controller nodes contain:</para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>
|
|
All OpenStack API services
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
All OpenStack schedulers
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Memcached service
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<xi:include href="ha_aa_controllers/section_run_openstack_api_and_schedulers.xml"/>
|
|
<xi:include href="ha_aa_controllers/section_memcached.xml"/>
|
|
|
|
</chapter>
|