1f9cae2c42
Unify the two current resources and support chapters and add the result as appendix to each manual. Change-Id: Ib1ab424d36ddea0e9905ce6f85089659246d27ab
85 lines
3.7 KiB
XML
85 lines
3.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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-compute-admin-manual-grizzly">
|
|
<title>OpenStack Cloud Administrator Guide</title>
|
|
<?rax title.font.size="28px" subtitle.font.size="28px"?>
|
|
<titleabbrev>Cloud Administrator Guide</titleabbrev>
|
|
<info>
|
|
<author>
|
|
<personname>
|
|
<firstname/>
|
|
<surname/>
|
|
</personname>
|
|
<affiliation>
|
|
<orgname>OpenStack Foundation</orgname>
|
|
</affiliation>
|
|
</author>
|
|
<copyright>
|
|
<year>2013</year>
|
|
<holder>OpenStack Foundation</holder>
|
|
</copyright>
|
|
<releaseinfo>master</releaseinfo>
|
|
<productname>OpenStack</productname>
|
|
<pubdate/>
|
|
<legalnotice role="apache2">
|
|
<annotation>
|
|
<remark>Copyright details are filled in by the
|
|
template.</remark>
|
|
</annotation>
|
|
</legalnotice>
|
|
<legalnotice role="cc-by-sa">
|
|
<annotation>
|
|
<remark>Remaining licensing details are filled in by
|
|
the template.</remark>
|
|
</annotation>
|
|
</legalnotice>
|
|
<abstract>
|
|
<para>OpenStack offers open source software for cloud administrators to manage and troubleshoot
|
|
an OpenStack cloud.</para>
|
|
</abstract>
|
|
<revhistory>
|
|
<!-- ... continue adding more revisions here as you change this document using the markup shown below... -->
|
|
<revision>
|
|
<date>2013-09-05</date>
|
|
<revdescription>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Moves object storage monitoring section to this guide.</para></listitem>
|
|
<listitem><para>Removes redundant object storage information.</para></listitem>
|
|
</itemizedlist>
|
|
</revdescription>
|
|
</revision>
|
|
<revision>
|
|
<date>2013-09-03</date>
|
|
<revdescription>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Moved all but config and install info from the following component
|
|
guides to create the new guide:</para>
|
|
<itemizedlist>
|
|
<listitem><para>OpenStack Compute Administration Guide</para></listitem>
|
|
<listitem><para>OpenStack Networking Administration Guide</para></listitem>
|
|
<listitem><para>OpenStack Object Storage Administration Guide</para></listitem>
|
|
<listitem><para>OpenStack Block Storage Service Administration Guide</para></listitem>
|
|
</itemizedlist>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</revdescription>
|
|
</revision>
|
|
</revhistory>
|
|
</info>
|
|
<!-- Chapters are referred from the book file through these include statements. You can add additional chapters using these types of statements. -->
|
|
<xi:include href="../common/ch_getstart.xml"/>
|
|
<xi:include href="ch_identity_mgmt.xml"/>
|
|
<xi:include href="ch_dashboard.xml"/>
|
|
<xi:include href="ch_compute.xml"/>
|
|
<xi:include href="ch_objectstorage.xml"/>
|
|
<xi:include href="ch_blockstorage.xml"/>
|
|
<xi:include href="ch_networking.xml"/>
|
|
<xi:include href="../common/app_support.xml"/>
|
|
</book>
|