Update OpenStack Orchestration to Orchestration module

Change-Id: Iabcb6dc3e6d3869dd6c8eed8da1af588e75ce5f8
backport: havana
Closes-bug: 1277105
This commit is contained in:
Anne Gentle 2014-02-06 12:03:54 -06:00
parent b6029bfed8
commit efaae97791
6 changed files with 12 additions and 13 deletions

View File

@ -281,7 +281,7 @@ and so on.</para>
</listitem> </listitem>
<listitem> <listitem>
<para><link xlink:href="https://bugs.launchpad.net/heat">Bugs: <para><link xlink:href="https://bugs.launchpad.net/heat">Bugs:
OpenStack Orchestration (heat)</link></para> Orchestration (heat)</link></para>
</listitem> </listitem>
<listitem> <listitem>
<para><link xlink:href="https://bugs.launchpad.net/ceilometer" <para><link xlink:href="https://bugs.launchpad.net/ceilometer"

View File

@ -10,7 +10,7 @@
<title>heat commands</title> <title>heat commands</title>
<para>The heat client is the command-line interface (CLI) for the <para>The heat client is the command-line interface (CLI) for the
OpenStack Orchestration API and its extensions.</para> Orchestration API and its extensions.</para>
<para>For help on a specific <command>heat</command> <para>For help on a specific <command>heat</command>
command, enter: command, enter:
</para> </para>

View File

@ -12,7 +12,7 @@ xml:id="baremetal">
hardware through the OpenStack APIs, using pluggable sub-drivers to deliver hardware through the OpenStack APIs, using pluggable sub-drivers to deliver
machine imaging (PXE) and power control (IPMI). With this, provisioning machine imaging (PXE) and power control (IPMI). With this, provisioning
and management of physical hardware is accomplished by using common cloud and management of physical hardware is accomplished by using common cloud
APIs and tools, such as OpenStack Orchestration or salt-cloud. APIs and tools, such as the Orchestration module (heat) or salt-cloud.
However, due to this unique However, due to this unique
situation, using the baremetal driver requires some additional situation, using the baremetal driver requires some additional
preparation of its environment, the details of which are beyond the preparation of its environment, the details of which are beyond the

View File

@ -1171,13 +1171,12 @@ daemon that provides
<glossentry> <glossentry>
<glossterm>core project</glossterm> <glossterm>core project</glossterm>
<glossdef> <glossdef>
<para>An official OpenStack project. Currently <para>An official OpenStack project. Currently consists of Compute (nova), Object
consists of Compute (nova), Object Storage Storage (swift), Image Service (glance), Identity (keystone), Dashboard
(swift), Image Service (glance), Identity (horizon), Networking (neutron), and Block Storage (cinder). The Telemetry
(keystone), Dashboard (horizon), Networking module (ceilometer) and Orchestration module (heat) are integrated projects as
(neutron), Block Storage (cinder), Telemetry of the Havana release. In the Icehouse release, the Database module (trove)
Service (ceilometer) and Orchestration Service gains integrated project status.</para>
(heat).</para>
</glossdef> </glossdef>
</glossentry> </glossentry>
<glossentry> <glossentry>

View File

@ -4,7 +4,7 @@
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
xml:id="ch_heat"> xml:id="ch_heat">
<title>Add the Orchestration service</title> <title>Add the Orchestration service</title>
<para>Use the OpenStack Orchestration service to create cloud <para>Use the Orchestration module to create cloud
resources using a template language called HOT. The resources using a template language called HOT. The
integrated project name is Heat.</para> integrated project name is Heat.</para>
<xi:include href="../common/section_getstart_orchestration.xml"/> <xi:include href="../common/section_getstart_orchestration.xml"/>

View File

@ -5,7 +5,7 @@
<title>Install the Orchestration service</title> <title>Install the Orchestration service</title>
<procedure os="debian"> <procedure os="debian">
<step> <step>
<para>Install the OpenStack Orchestration service on the controller <para>Install the Orchestration module on the controller
node:</para> node:</para>
<screen os="debian"><prompt>#</prompt> <userinput>apt-get install heat-api heat-api-cfn heat-engine</userinput></screen> <screen os="debian"><prompt>#</prompt> <userinput>apt-get install heat-api heat-api-cfn heat-engine</userinput></screen>
</step> </step>
@ -21,7 +21,7 @@
</procedure> </procedure>
<procedure> <procedure>
<step> <step>
<para>Install the OpenStack Orchestration service on the controller <para>Install the Orchestration module on the controller
node:</para> node:</para>
<screen os="ubuntu"><prompt>#</prompt> <userinput>apt-get install heat-api heat-api-cfn heat-engine</userinput></screen> <screen os="ubuntu"><prompt>#</prompt> <userinput>apt-get install heat-api heat-api-cfn heat-engine</userinput></screen>
<screen os="rhel;centos;fedora"><prompt>#</prompt> <userinput>yum install openstack-heat-api openstack-heat-engine \ <screen os="rhel;centos;fedora"><prompt>#</prompt> <userinput>yum install openstack-heat-api openstack-heat-engine \