2621bcb92f
The tables of modified/new/deprecated options is automatically generated using the diff_branches.py script (https://review.openstack.org/97620). This commit handles the havana->icehouse changes to be easily backported the stable/icehouse. It can be updated for each milestone to document the latest changes. Change-Id: I4821be3ce72b2ab69b81e89d5584334b77e7a098 backport: icehouse
33 lines
1.6 KiB
XML
33 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<chapter 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"
|
|
version="5.0">
|
|
<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"/>
|
|
<xi:include href="../common/tables/heat-conf-changes-icehouse.xml"/>
|
|
</chapter>
|