61dafb33ed
1. Reordered instructions in the orchestration module installation section 1. Create database. 2. Create identity service credentials. 3. Install packages. 4. Configure service. 5. Synchronize database. 6. Start or restart service. 2. Edited titles and wording for consistency and conventions Change-Id: I7f35274b7cbc99ce0452f4ec5b81d8412ea85b05 Implements: blueprint installation-guide-improvements Co-Authored-By: Matt Kassawara <mkassawara@gmail.com>
19 lines
866 B
XML
19 lines
866 B
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_heat">
|
|
<title>Add the Orchestration module</title>
|
|
<para>The Orchestration module (heat) uses a heat orchestration template
|
|
(HOT) to create and manage cloud resources.</para>
|
|
<xi:include href="../common/section_getstart_orchestration.xml"/>
|
|
<xi:include href="section_heat-install.xml"/>
|
|
<xi:include href="section_heat-verify.xml"/>
|
|
<section xml:id="section_heat_next_steps">
|
|
<title>Next steps</title>
|
|
<para>Your OpenStack environment now includes Orchestration. You can
|
|
<link linkend="launch-instance">launch an instance</link> or add more
|
|
services to your environment in the following chapters.</para>
|
|
</section>
|
|
</chapter>
|