annegentle 0d9b3c3cc8 Address O'Reilly edits for chapter 1, Provisioning and Deploying
Change-Id: Ifbcd41ae5f8a8c157c9ed8b26fd1370b423104b2
2014-01-28 17:15:10 -06:00

181 lines
8.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book [
<!-- Some useful entities borrowed from HTML -->
<!ENTITY ndash "&#x2013;">
<!ENTITY mdash "&#x2014;">
<!ENTITY hellip "&#x2026;">
<!ENTITY plusmn "&#xB1;">
]>
<book xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:html="http://www.w3.org/1999/xhtml" version="5.0"
xml:id="openstack-operations-guide">
<title>OpenStack Operations Guide</title>
<?rax pdf.url="../ops-guide.pdf"?>
<titleabbrev>OpenStack Ops Guide</titleabbrev>
<info>
<author>
<personname>
<firstname/>
<surname/>
</personname>
<affiliation>
<orgname>OpenStack
Foundation</orgname>
</affiliation>
</author>
<copyright>
<year>2014</year>
<holder>OpenStack Foundation</holder>
</copyright>
<productname>OpenStack</productname>
<pubdate/>
<legalnotice role="cc-by">
<annotation>
<remark>Copyright details are filled
in by the template.</remark>
</annotation>
</legalnotice>
<abstract>
<para>This book provides information about
designing and operating OpenStack
clouds.</para>
</abstract>
<revhistory>
<!-- ... continue adding more revisions here as you change this
document using the markup shown below... -->
<revision>
<date>2013-01-04</date>
<revdescription>
<itemizedlist spacing="compact">
<listitem>
<para>Addresses detail needed in
cloud controller.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<revision>
<date>2013-12-18</date>
<revdescription>
<itemizedlist spacing="compact">
<listitem>
<para>Adds additional explanation and detail to
Provisioning and Deployment.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<revision>
<date>2013-12-12</date>
<revdescription>
<itemizedlist spacing="compact">
<listitem>
<para>Additions to acknowledgements
and preface to situate this guide
relative to other OpenStack
guides.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<revision>
<date>2013-05-13</date>
<revdescription>
<itemizedlist spacing="compact">
<listitem>
<para>Updated description of
availability zones.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<revision>
<date>2013-04-02</date>
<revdescription>
<itemizedlist spacing="compact">
<listitem>
<para>Fixes to ensure samples fit
in page size and notes are
formatted.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<revision>
<date>2013-03-22</date>
<revdescription>
<itemizedlist spacing="compact">
<listitem>
<para>Stopped chunking in HTML
output.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<revision>
<date>2013-03-20</date>
<revdescription>
<itemizedlist spacing="compact">
<listitem>
<para>Editorial changes.</para>
</listitem>
<listitem>
<para>Added
<literal>glossterm</literal> tags
to glossary terms.</para>
</listitem>
<listitem>
<para>Cleaned up formatting in code
examples.</para>
</listitem>
<listitem>
<para>Removed future tense.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<revision>
<date>2013-03-11</date>
<revdescription>
<itemizedlist spacing="compact">
<listitem>
<para>Moved files to OpenStack
github repository.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
</revhistory>
<pubdate/>
<legalnotice role="cc-by">
<annotation>
<remark>Copyright details are filled in by the
template.</remark>
</annotation>
</legalnotice>
<abstract>
<para>This book provides information about designing and
operating OpenStack clouds.</para>
</abstract>
</info>
<!-- front matter -->
<xi:include href="acknowledgements.xml"/>
<xi:include href="ch_ops_dochistory.xml"/>
<xi:include href="preface_ops.xml"/>
<!-- parts: architecture and operations -->
<xi:include href="part_architecture.xml"/>
<xi:include href="part_operations.xml"/>
<!-- appendices -->
<xi:include href="app_usecases.xml"/>
<xi:include href="app_crypt.xml"/>
<xi:include href="app_roadmaps.xml"/>
<!-- doc history and resources -->
<xi:include href="ch_ops_resources.xml"/>
<!-- glossary -->
<xi:include href="glossary-terms.xml"/>
</book>