c05b7dd32d
The getstart chapter was added during the splitup, I don't think we need to add it in here at all. It's not common to have it. This patch removes it again. Change-Id: I27d9a64e01a1ea32fc9a2d1ffd6c0b5e17738055
89 lines
2.7 KiB
XML
89 lines
2.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<book xml:id="bk-ha-guide"
|
|
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">
|
|
<info>
|
|
<title>OpenStack High Availability Guide</title>
|
|
<author>
|
|
<personname>
|
|
<firstname>Florian</firstname>
|
|
<surname>Haas</surname>
|
|
</personname>
|
|
<email>florian@hastexo.com</email>
|
|
<affiliation>
|
|
<orgname>hastexo</orgname>
|
|
</affiliation>
|
|
</author>
|
|
<copyright>
|
|
<year>2012</year>
|
|
<year>2013</year>
|
|
<year>2014</year>
|
|
<holder>OpenStack Contributors</holder>
|
|
</copyright>
|
|
<releaseinfo>current</releaseinfo>
|
|
<productname>OpenStack</productname>
|
|
<pubdate/>
|
|
<legalnotice role="apache2">
|
|
<annotation>
|
|
<remark>Copyright details are filled in by the template.</remark>
|
|
</annotation>
|
|
</legalnotice>
|
|
<abstract>
|
|
<para>This guide describes how to install,
|
|
configure, and manage OpenStack for high availability.</para>
|
|
</abstract>
|
|
<revhistory>
|
|
<revision>
|
|
<date>2014-05-16</date>
|
|
<revdescription>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Conversion to Docbook.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</revdescription>
|
|
</revision>
|
|
<revision>
|
|
<date>2014-04-17</date>
|
|
<revdescription>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Minor cleanup of typos, otherwise no
|
|
major revisions for Icehouse release.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</revdescription>
|
|
</revision>
|
|
<revision>
|
|
<date>2012-01-16</date>
|
|
<revdescription>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Organizes guide based on cloud controller and compute nodes.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</revdescription>
|
|
</revision>
|
|
<revision>
|
|
<date>2012-05-24</date>
|
|
<revdescription>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Begin trunk designation.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</revdescription>
|
|
</revision>
|
|
</revhistory>
|
|
</info>
|
|
|
|
<xi:include href="../common/ch_preface.xml"/>
|
|
<xi:include href="./ch_intro.xml"/>
|
|
<xi:include href="./part_active_passive.xml"/>
|
|
<xi:include href="./part_active_active.xml"/>
|
|
<xi:include href="../common/app_support.xml"/>
|
|
|
|
</book>
|