20d15b80df
Use the common documentation glossary. Move entries from ch_glossary to the common documentation glossary and add glossterm so that the entry gets displayed in the glossary. Remove entries from the Arch Design specific glossary that are fully explained in the text. Remove entries that are already in the common glossary and add glossterm for them in the text. Add glossary as final chapter to the manual. The remaining glossary entries need some further discussion. Change-Id: Ic82ae5235e1306fc13be81fa4971710321da5072
76 lines
2.8 KiB
XML
76 lines
2.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<book xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
version="5.0"
|
|
xml:id="openstack-compute-admin-manual-grizzly">
|
|
<title>OpenStack Architecture Design Guide</title>
|
|
<?rax title.font.size="28px" subtitle.font.size="28px"?>
|
|
<titleabbrev>Architecture Guide</titleabbrev>
|
|
<info>
|
|
<author>
|
|
<personname>
|
|
<firstname/>
|
|
<surname/>
|
|
</personname>
|
|
<affiliation>
|
|
<orgname>OpenStack Foundation</orgname>
|
|
</affiliation>
|
|
</author>
|
|
<copyright>
|
|
<year>2014</year>
|
|
<holder>OpenStack Foundation</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>
|
|
<legalnotice role="cc-by-sa">
|
|
<annotation>
|
|
<remark>Remaining licensing details are filled in by
|
|
the template.</remark>
|
|
</annotation>
|
|
</legalnotice>
|
|
<abstract>
|
|
<para>To reap the benefits of OpenStack, you should
|
|
plan, design, and architect your cloud properly,
|
|
taking user's needs into account and understanding the
|
|
use cases.</para>
|
|
</abstract>
|
|
<revhistory>
|
|
<!-- ... continue adding more revisions here as you change this document using the markup shown below... -->
|
|
<revision>
|
|
<date>2014-07-21</date>
|
|
<revdescription>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>Initial release.</para>
|
|
</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_preface.xml"/>
|
|
<xi:include href="ch_introduction.xml"/>
|
|
<xi:include href="ch_generalpurpose.xml"/>
|
|
<xi:include href="ch_compute_focus.xml"/>
|
|
<xi:include href="ch_storage_focus.xml"/>
|
|
<xi:include href="ch_network_focus.xml"/>
|
|
<xi:include href="ch_multi_site.xml"/>
|
|
<xi:include href="ch_hybrid.xml"/>
|
|
<xi:include href="ch_massively_scalable.xml"/>
|
|
<xi:include href="ch_specialized.xml"/>
|
|
<xi:include href="ch_references.xml"/>
|
|
<xi:include href="../common/app_support.xml"/>
|
|
<glossary role="auto"/>
|
|
</book>
|