34 lines
1.7 KiB
XML
34 lines
1.7 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-cors.xml"/>
|
|
<xi:include href="../common/tables/heat-crypt.xml"/>
|
|
<xi:include href="../common/tables/heat-database.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="../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="conf-changes/heat.xml"/>
|
|
</chapter>
|