openstack-manuals/doc/config-reference/ch_orchestrationconfigure.xml
Gauvain Pocentek ee1c854256 Update config-ref with keystone_autoken options
The auth_token middleware options were not tracked yet. This patch adds
the mapping information, generates the tables and include them in the
config-reference.

This patch also moves the api_rate_limit nova option in the api section.

Closes-Bug: #1254568
Change-Id: I0e34cc8e0a56336118aa933e4018c38c9dcacf9b
2014-04-21 09:54:30 +02:00

35 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<chapter version="5.0" xml:id="ch_configuring-openstack-orchestration"
xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:ns5="http://www.w3.org/1999/xhtml"
xmlns:ns4="http://www.w3.org/2000/svg"
xmlns:ns3="http://www.w3.org/1998/Math/MathML"
xmlns:ns="http://docbook.org/ns/docbook">
<title>Orchestration</title>
<para>The Orchestration service is designed to manage the lifecycle of
infrastructure and applications within OpenStack clouds. Its
various agents and services are configured in the
<filename>/etc/heat/heat.conf</filename> file.</para>
<para>To install Orchestration, see the <citetitle>OpenStack Installation
Guide</citetitle> for your distribution (<link
xlink:href="docs.openstack.org" >docs.openstack.org</link>).</para>
<para>The following tables provide a comprehensive list of the Orchestration
configuration options.</para>
<xi:include href="../common/tables/heat-auth_token.xml"/>
<xi:include href="../common/tables/heat-common.xml"/>
<xi:include href="../common/tables/heat-crypt.xml"/>
<xi:include href="../common/tables/heat-database.xml"/>
<xi:include href="../common/tables/heat-debug.xml"/>
<xi:include href="../common/tables/heat-loadbalancer.xml"/>
<xi:include href="../common/tables/heat-logging.xml"/>
<xi:include href="../common/tables/heat-quota.xml"/>
<xi:include href="../common/tables/heat-redis.xml"/>
<xi:include href="orchestration/section_orchestration-api.xml"/>
<xi:include href="orchestration/section_orchestration-clients.xml"/>
<xi:include href="orchestration/section_orchestration-rpc.xml"/>
</chapter>