a2d662d600
The XML root element of Docbook XML files should match the following format: <ELEMENT 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="THE_XML_ID_OF_THE_ELEMENT"> Change-Id: I1e0804e2c5021bd78b77483f3156c5b069453555
25 lines
1.1 KiB
XML
25 lines
1.1 KiB
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_ceilometer">
|
|
<title>Add the Telemetry module</title>
|
|
<para>Telemetry provides a framework for monitoring and metering
|
|
the OpenStack cloud. It is also known as the ceilometer
|
|
project.</para>
|
|
<xi:include href="../common/section_getstart_telemetry.xml"/>
|
|
<xi:include href="section_ceilometer-install.xml"/>
|
|
<xi:include href="section_ceilometer-nova.xml"/>
|
|
<xi:include href="section_ceilometer-glance.xml"/>
|
|
<xi:include href="section_ceilometer-cinder.xml"/>
|
|
<xi:include href="section_ceilometer-swift.xml"/>
|
|
<xi:include href="section_ceilometer-verify.xml"/>
|
|
<section xml:id="section_ceilometer_next_steps">
|
|
<title>Next steps</title>
|
|
<para>Your OpenStack environment now includes Telemetry. You can
|
|
<link linkend="launch-instance">launch an instance</link> or add more
|
|
services to your environment in the previous chapters.</para>
|
|
</section>
|
|
</chapter>
|