Attempt to fix problems in high availability guide

Closes-Bug: #1232479

Change-Id: Ief91ccedca2b104df519bccf8e604a7df257dca9
author: diane fleming
This commit is contained in:
Diane Fleming 2013-10-13 19:28:36 -05:00
parent 2c70f46b46
commit 600a366e25
2 changed files with 51 additions and 53 deletions

View File

@ -1,50 +1,51 @@
<author>
<personname> <author>
<firstname>Florian</firstname> <personname>
<surname>Haas</surname> <firstname>Florian</firstname>
</personname> <surname>Haas</surname>
<email>florian@hastexo.com</email> </personname>
<affiliation> <email>florian@hastexo.com</email>
<orgname>hastexo</orgname> <affiliation>
</affiliation> <orgname>hastexo</orgname>
</author> </affiliation>
<copyright> </author>
<year>2012</year> <copyright>
<year>2013</year> <year>2012</year>
<holder>OpenStack Contributors</holder> <year>2013</year>
</copyright> <holder>OpenStack Contributors</holder>
<releaseinfo>master</releaseinfo> </copyright>
<productname>OpenStack Foundation</productname> <releaseinfo>master</releaseinfo>
<pubdate/> <productname>OpenStack</productname>
<legalnotice role="apache2"> <pubdate></pubdate>
<annotation> <legalnotice role="apache2">
<remark>Copyright details are filled in by the template.</remark> <annotation>
</annotation> <remark>Copyright details are filled in by the template.</remark>
</legalnotice> </annotation>
<abstract> </legalnotice>
<para>OpenStack™ offers open source software for cloud administration and <abstract>
management for any organization. This manual provides guidance for installing, <para>This guide describes how to install,
configuring, and managing OpenStack for high availability.</para> configure, and manage OpenStack for high availability.</para>
</abstract> </abstract>
<revhistory> <revhistory>
<revision> <revision>
<date>2012-01-16</date> <date>2012-01-16</date>
<revdescription> <revdescription>
<itemizedlist spacing="compact"> <itemizedlist spacing="compact">
<listitem> <listitem>
<para>Organizes guide based on cloud controller and compute nodes.</para> <para>Organizes guide based on cloud controller and compute nodes.</para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
</revdescription> </revdescription>
</revision> </revision>
<revision> <revision>
<date>2012-05-24</date> <date>2012-05-24</date>
<revdescription> <revdescription>
<itemizedlist spacing="compact"> <itemizedlist spacing="compact">
<listitem> <listitem>
<para>Begin trunk designation.</para> <para>Begin trunk designation.</para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
</revdescription> </revdescription>
</revision> </revision>
</revhistory> </revhistory>

View File

@ -16,6 +16,3 @@ include::aa-rabbitmq.txt[]
include::aa-haproxy.txt[] include::aa-haproxy.txt[]
include::aa-controllers.txt[] include::aa-controllers.txt[]
include::aa-network.txt[] include::aa-network.txt[]
include::aa-computes.txt[]
include::aa-storage.txt[]
include::aa-automated-deployment.txt[]