Fix formatting

The displayed text was "( ceilometer..." with an extra space, fix it.
Also add a missing closing brace.

Change-Id: I2706ca10bcb6c1c06a6177e2e71603cf2b732bd0
This commit is contained in:
Andreas Jaeger 2013-10-13 18:27:07 +02:00
parent fd7f4dac76
commit 64ffa54c44

View File

@ -33,23 +33,23 @@
components:</para> components:</para>
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para>A compute agent (<systemitem class="service"> <para>A compute agent (<systemitem class="service"
ceilometer-agent-compute</systemitem>). Runs on each >ceilometer-agent-compute</systemitem>). Runs on each
compute node and polls compute node and polls
for resource utilization statistics. There may be other for resource utilization statistics. There may be other
types of agents in the future, but for now we will focus types of agents in the future, but for now we will focus
on creating the compute agent.</para> on creating the compute agent.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>A central agent (<systemitem class="service"> <para>A central agent (<systemitem class="service"
ceilometer-agent-central</systemitem>. Runs on a central >ceilometer-agent-central</systemitem>). Runs on a central
management server management server
to poll for resource utilization statistics for resources to poll for resource utilization statistics for resources
not tied to instances or compute nodes.</para> not tied to instances or compute nodes.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>A collector (<systemitem class="service"> <para>A collector (<systemitem class="service"
ceilometer-collector</systemitem>). Runs on one or more >ceilometer-collector</systemitem>). Runs on one or more
central management central management
servers to monitor the message queues (for notifications servers to monitor the message queues (for notifications
and for metering data coming from the agent). Notification and for metering data coming from the agent). Notification
@ -59,8 +59,8 @@
data store without modification.</para> data store without modification.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>An alarm notifier (<systemitem class="service"> <para>An alarm notifier (<systemitem class="service"
ceilometer-alarm-notifier</systemitem>). runs on one or more >ceilometer-alarm-notifier</systemitem>). runs on one or more
central management servers to allow settting alarms based on central management servers to allow settting alarms based on
threshold evaluation for a collection of samples. threshold evaluation for a collection of samples.
</para> </para>
@ -71,8 +71,8 @@
and reads (from the API server).</para> and reads (from the API server).</para>
</listitem> </listitem>
<listitem> <listitem>
<para>An API server (<systemitem class="service"> <para>An API server (<systemitem class="service"
ceilometer-api</systemitem>). Runs on one or more central >ceilometer-api</systemitem>). Runs on one or more central
management management
servers to provide access to the data from the data store. servers to provide access to the data from the data store.
These services communicate using the standard OpenStack These services communicate using the standard OpenStack