c939bff0f2
This patch * Removes content that is covered by installation (adding group, fixing file permissions, multiple compute nodes) * Removes empty section (hypervisors) * Merges duplicate content (overview/explanation of nova.conf) * Flattens section structure, and removes "post-install config" section label that was a legacy of previous structure * Addresses outdated reference to Xen configuration info. Closes-bug: 1095095 Change-Id: I8922606fe38d30d5ac6288901a866c635c686fbe
107 lines
4.0 KiB
XML
107 lines
4.0 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="bk-openstack-config-reference">
|
|
<title>OpenStack Configuration Reference</title>
|
|
<?rax title.font.size="28px" subtitle.font.size="28px"?>
|
|
<titleabbrev>OpenStack Configuration Reference</titleabbrev>
|
|
<info>
|
|
<author>
|
|
<personname>
|
|
<firstname/>
|
|
<surname/>
|
|
</personname>
|
|
<affiliation>
|
|
<orgname>OpenStack Foundation</orgname>
|
|
</affiliation>
|
|
</author>
|
|
<copyright>
|
|
<year>2013</year>
|
|
<holder>OpenStack Foundation</holder>
|
|
</copyright>
|
|
<productname>OpenStack</productname>
|
|
<releaseinfo>havana</releaseinfo>
|
|
<pubdate/>
|
|
<legalnotice role="apache2">
|
|
<annotation>
|
|
<remark>Copyright details are filled in by the
|
|
template.</remark>
|
|
</annotation>
|
|
</legalnotice>
|
|
<abstract>
|
|
<para>This document is for system administrators who want
|
|
to look up configuration options. It contains lists of
|
|
configuration options available with OpenStack and
|
|
uses auto-generation to generate options and the
|
|
descriptions from the code for each project. It
|
|
includes sample configuration files.</para>
|
|
</abstract>
|
|
<revhistory>
|
|
<!-- ... continue addding more revisions here as you change this document using the markup shown below... -->
|
|
<revision>
|
|
<date>2014-01-09</date>
|
|
<revdescription>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>Removes content addressed in
|
|
installation, merges duplicated
|
|
content, and revises legacy references.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</revdescription>
|
|
</revision>
|
|
<revision>
|
|
<date>2013-10-17</date>
|
|
<revdescription>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>Havana release.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</revdescription>
|
|
</revision>
|
|
<revision>
|
|
<date>2013-08-16</date>
|
|
<revdescription>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>Moves Block Storage driver configuration information
|
|
from the <citetitle>Block Storage Administration Guide</citetitle>
|
|
to this reference.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</revdescription>
|
|
</revision>
|
|
<revision>
|
|
<date>2013-06-10</date>
|
|
<revdescription>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>Initial creation of Configuration Reference.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</revdescription>
|
|
</revision>
|
|
</revhistory>
|
|
</info>
|
|
<xi:include href="ch_config-overview.xml"/>
|
|
<!-- Identity -->
|
|
<xi:include href="ch_identityconfigure.xml"/>
|
|
<!-- Compute -->
|
|
<xi:include href="ch_computeconfigure.xml"/>
|
|
<!-- Image -->
|
|
<xi:include href="ch_imageservice.xml"/>
|
|
<!-- Networking -->
|
|
<xi:include href="ch_networkingconfigure.xml"/>
|
|
<!-- Dashboard -->
|
|
<xi:include href="ch_dashboardconfigure.xml"/>
|
|
<!-- Object Storage -->
|
|
<xi:include href="ch_objectstorageconfigure.xml"/>
|
|
<!-- Block Storage -->
|
|
<xi:include href="ch_blockstorageconfigure.xml"/>
|
|
<!-- Support -->
|
|
<xi:include href="../common/app_support.xml"/>
|
|
|
|
</book>
|