openstack-manuals/doc/config-reference/ch_config-overview.xml
Gauvain Pocentek 56f2efa928 Add missing items to config-ref overview
Also sort the list by alphabetical order.

Change-Id: I5ee56ac95dfbd4f34e88f3abcaf1b270273eac84
2015-04-30 12:21:26 +02:00

34 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<preface 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="config_overview">
<title>OpenStack configuration overview</title>
<para>OpenStack is a collection of open source project components
that enable setting up cloud services. Each component uses similar
configuration techniques and a common framework for INI file
options.
</para>
<para>This guide pulls together multiple references and configuration options for
the following OpenStack components:
</para>
<itemizedlist>
<listitem><para>Bare metal service</para></listitem>
<listitem><para>OpenStack Block Storage</para></listitem>
<listitem><para>OpenStack Compute</para></listitem>
<listitem><para>OpenStack dashboard</para></listitem>
<listitem><para>Database service for OpenStack</para></listitem>
<listitem><para>Data processing service</para></listitem>
<listitem><para>OpenStack Identity</para></listitem>
<listitem><para>OpenStack Image service</para></listitem>
<listitem><para>OpenStack Networking</para></listitem>
<listitem><para>OpenStack Object Storage</para></listitem>
<listitem><para>Orchestration</para></listitem>
<listitem><para>Telemetry</para></listitem>
</itemizedlist>
<xi:include href="../common/section_conventions.xml"/>
<xi:include href="../common/section_dochistory.xml"/>
<xi:include href="../common/section_config_format.xml"/>
</preface>