openstack-manuals/doc/config-reference/bk-config-ref.xml
Mark Sturdevant c41dbfc0e2 Add Shared File Systems (manila) to Config Ref
Shared File Systems service (manila) should be added to
the Config Ref similar to Block Storage (cinder).
The content would be similar to cinder in that it
would have sections to describe Intro, Drivers,
Log Files and Options.

Change-Id: I89fc64f8cd4fe880b36017139e7989f3a4100cc6
Implements: blueprint manila-config-ref
2015-09-22 15:21:28 -07:00

176 lines
6.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="bk-openstack-config-reference"
status="draft">
<title>OpenStack Configuration Reference</title>
<?rax
status.bar.text.font.size="40px"
status.bar.text="Liberty"?>
<?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>
<year>2014</year>
<year>2015</year>
<holder>OpenStack Foundation</holder>
</copyright>
<productname>OpenStack</productname>
<releaseinfo>liberty</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 adding more revisions here as you change this document using the markup shown below... -->
<revision>
<date>2014-10-15</date>
<revdescription>
<itemizedlist>
<listitem>
<para>Updates for Juno: updated all
configuration tables, include sample
configuration files, add chapter for Data
processing service, update and enhance
driver configuration.
</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<revision>
<date>2014-04-16</date>
<revdescription>
<itemizedlist>
<listitem>
<para>Update for Icehouse: Updated all
configuration tables, include sample
configuration files, add chapters for
Database service, Orchestration, and
Telemetry.
</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<revision>
<date>2014-03-11</date>
<revdescription>
<itemizedlist>
<listitem>
<para>Sorted component listing. Moved procedures to the
<link xlink:href="http://docs.openstack.org/admin-guide-cloud/">
<citetitle>Cloud Administrator Guide</citetitle></link>
</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<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"/>
<!-- Bare metal -->
<xi:include href="ch_baremetalconfigure.xml"/>
<!-- Block Storage -->
<xi:include href="ch_blockstorageconfigure.xml"/>
<!-- Shared File Systems -->
<xi:include href="ch_sharedfilesystemsconfigure.xml"/>
<!-- Compute -->
<xi:include href="ch_computeconfigure.xml"/>
<!-- Dashboard -->
<xi:include href="ch_dashboardconfigure.xml"/>
<!-- Database service -->
<xi:include href="ch_databaseserviceconfigure.xml"/>
<!-- Data processing service -->
<xi:include href="ch_dataprocessingserviceconfigure.xml"/>
<!-- Identity -->
<xi:include href="ch_identityconfigure.xml"/>
<!-- Image -->
<xi:include href="ch_imageservice.xml"/>
<!-- Networking -->
<xi:include href="ch_networkingconfigure.xml"/>
<!-- Object Storage -->
<xi:include href="ch_objectstorageconfigure.xml"/>
<!-- Orchestration -->
<xi:include href="ch_orchestrationconfigure.xml"/>
<!-- Telemetry -->
<xi:include href="ch_telemetryconfigure.xml"/>
<!-- Appendices -->
<xi:include href="app_policy_json.xml"/>
<xi:include href="app_firewalls-ports.xml"/>
<!-- Support -->
<xi:include href="../common/app_support.xml"/>
</book>