d9fffe62ea
This patch adds the previously generated tables for heat into the config reference by way of a new chapter. It is expected that this be merged as a starting point, with structure to enable further patching. Closes-Bug: 1284470 Change-Id: I715849f542c4b1c291fdc6a1c669f77cabca18ff
30 lines
1.4 KiB
XML
30 lines
1.4 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>OpenStack Block Storage</para></listitem>
|
|
<listitem><para>OpenStack Compute</para></listitem>
|
|
<listitem><para>OpenStack Dashboard</para></listitem>
|
|
<listitem><para>Database 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>Telemetry</para></listitem>
|
|
<listitem><para>Orchestration</para></listitem>
|
|
</itemizedlist>
|
|
<xi:include href="../common/section_conventions.xml"/>
|
|
<xi:include href="../common/section_dochistory.xml"/>
|
|
</preface>
|