Add Ceilometer and Heat to install guide

This patch adds chapters for Ceilometer and Heat to the
install guide.

Change-Id: I24c861930955895a35d960a12cda2f5d5dd1e2cd
This commit is contained in:
Tom Fifield 2013-10-14 12:52:45 +11:00
parent 2c70f46b46
commit b558315550
3 changed files with 22 additions and 0 deletions

View File

@ -504,5 +504,7 @@
<xi:include href="ch_cinder.xml"/>
<xi:include href="ch_swift.xml"/>
<xi:include href="ch_neutron.xml"/>
<xi:include href="ch_heat.xml"/>
<xi:include href="ch_ceilometer.xml"/>
<xi:include href="../common/app_support.xml"/>
</book>

View File

@ -0,0 +1,10 @@
<?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_ceilometer">
<title>Adding Metering</title>
<para>FIXME</para>
<xi:include href="../common/section_getstart_metering.xml" />
</chapter>

View File

@ -0,0 +1,10 @@
<?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>FIXME</para>
<xi:include href="../common/section_getstart_orchestration.xml" />
</chapter>