openstack-manuals/doc/config-reference/ch_orchestrationconfigure.xml
Gauvain Pocentek b46b6dd5a3 config-ref: include oslo.middleware options
Change-Id: Idd61531c8a9196172020c315ac665fa641cb3428
Closes-Bug: #1452454
2015-05-07 11:42:51 +02:00

35 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<chapter 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="ch_configuring-openstack-orchestration">
<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="http://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-oslo_middleware.xml"/>
<xi:include href="../common/tables/heat-quota.xml"/>
<xi:include href="../common/tables/heat-redis.xml"/>
<xi:include href="../common/tables/heat-testing.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"/>
<xi:include href="../common/tables/heat-conf-changes.xml"/>
</chapter>