d6af412fa7
This patch breaks the monolithic bk-ha-guide.xml file into chapters and sections. Section files are placed in subdirectories, with the subdirectories named after the chapters (and parts) to which they belong. This patch just does structural fixes. Once it's in, we can begin to do content cleanup in manageable chunks. Change-Id: I27397834141a3e6c305f60e71350ce869ab7c8a1 Implements: blueprint convert-ha-guide-to-docbook
31 lines
830 B
XML
31 lines
830 B
XML
<chapter xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
version="5.0" xml:id="ha-aa-controllers">
|
|
<info>
|
|
<title>OpenStack controller nodes</title>
|
|
</info>
|
|
<simpara>OpenStack controller nodes contain:</simpara>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<simpara>
|
|
All OpenStack API services
|
|
</simpara>
|
|
</listitem>
|
|
<listitem>
|
|
<simpara>
|
|
All OpenStack schedulers
|
|
</simpara>
|
|
</listitem>
|
|
<listitem>
|
|
<simpara>
|
|
Memcached service
|
|
</simpara>
|
|
</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>
|