Rename Metering to Telemetry in common guide.

backport: havana

Renamed section_getstart_metering.xml to section_getstart_telemetry.xml

Change-Id: I583524b7e5cbea48579482cca02753166c186622
This commit is contained in:
Chandan kumar
2013-11-28 17:00:20 +05:30
parent d0eb573a86
commit 3138f6fc0a
8 changed files with 11 additions and 11 deletions

View File

@@ -283,7 +283,7 @@ xlink:href="https://bugs.launchpad.net/heat"
<listitem>
<para><link
xlink:href="https://bugs.launchpad.net/ceilometer"
>Bugs : OpenStack Metering (ceilometer)</link></para>
>Bugs : OpenStack Telemetry (ceilometer)</link></para>
</listitem>
</itemizedlist>
</section>

View File

@@ -112,7 +112,7 @@
<tr>
<td><link
xlink:href="http://www.openstack.org/software/openstack-shared-services/"
>Metering/Monitoring Service</link></td>
>Telemetry Service</link></td>
<td><link
xlink:href="http://docs.openstack.org/developer/ceilometer/"
>Ceilometer</link></td>
@@ -155,7 +155,7 @@
<xi:include href="section_keystone-concepts.xml"/>
<?hard-pagebreak?>
<xi:include href="section_getstart_image.xml"/>
<xi:include href="section_getstart_metering.xml"/>
<xi:include href="section_getstart_telemetry.xml"/>
<xi:include href="section_getstart_orchestration.xml"/>
</section>
<section xml:id="feedback">

View File

@@ -5,7 +5,7 @@
xml:id="ceilometer_client_commands">
<title>ceilometer commands</title>
<para>The ceilometer client is the command-line interface for the
OpenStack Metering API.</para>
OpenStack Telemetry API.</para>
<para>For help on a specific ceilometer command, enter:</para>
<screen><prompt>$</prompt> <userinput><command>ceilometer</command> <option>help</option> <replaceable>COMMAND</replaceable></userinput></screen>
<example>

View File

@@ -181,7 +181,7 @@
</listitem>
<listitem>
<para><literal>ceilometer</literal>.
Monitoring/Metering API.</para>
Telemetry API.</para>
</listitem>
</itemizedlist>
<para>For example, to install the nova client, run

View File

@@ -35,7 +35,7 @@
<listitem>
<para><command>ceilometer</command>
(<package>python-ceilometerclient</package>).
Client for the Metering API that lets you create and
Client for the Telemetry API that lets you create and
collect measurements across OpenStack.</para>
</listitem>
<listitem>

View File

@@ -45,7 +45,7 @@
</listitem>
<listitem>
<para><literal>ceilometer</literal>.
Metering/Monitoring API.</para>
Telemetry API.</para>
</listitem>
</itemizedlist>
<para>For example, to see the version of the

View File

@@ -2,8 +2,8 @@
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
xml:id="metering-service">
<title>The Metering service</title>
<para>The Metering service:</para>
<title>The Telemetry Service</title>
<para>The OpenStack Telemetry service:</para>
<para>
<itemizedlist>
<listitem>
@@ -55,7 +55,7 @@
and for metering data coming from the agent). Notification
messages are processed and turned into metering messages
and sent back out onto the message bus using the
appropriate topic. Metering messages are written to the
appropriate topic. Telemetry messages are written to the
data store without modification.</para>
</listitem>
<listitem>

View File

@@ -8,7 +8,7 @@
<para>The OpenStack Metering service 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_metering.xml"/>
<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"/>