9b68d55e82
This adds an initial install of heat to the install guide. The commands all work OK on Ubuntu, but actually using it has not been tested yet. Does an include of the sample stack commands from the user guide. Change-Id: I8fda98025753204afc7d0e32f2f571d1f4d8b167
14 lines
641 B
XML
14 lines
641 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>Adding Orchestration</title>
|
|
<para>Use the OpenStack Orchestration service to create cloud
|
|
resources using a template language called HOT. The
|
|
integrated project name is Heat.</para>
|
|
<xi:include href="../common/section_getstart_orchestration.xml"/>
|
|
<xi:include href="section_heat-install.xml" />
|
|
<xi:include href="section_heat-verify.xml" />
|
|
</chapter>
|