openstack-manuals/doc/config-reference/bk-config-ref.xml
Christian Berendt bb9ffbb71b Remove revision history from Docbook documents
Change-Id: I922e41d961497ec7d562a64384efd6cce9dd8795
2015-10-12 13:20:40 +02:00

82 lines
2.9 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>
</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>