Mention ceilometer in Guides

The Admin User and End User guides include cli references for
ceilometer but ceilometer was not mentioned in the introductory section.

Also, improve markup of the package names.

Change-Id: Id48ed11ed3b0caefb97f97b69018570ad5540973
This commit is contained in:
Andreas Jaeger 2013-10-11 10:56:47 +02:00
parent 380e2cd00a
commit 209f5bb54d
3 changed files with 31 additions and 9 deletions

View File

@ -117,7 +117,7 @@
manage client installation: manage client installation:
<screen><prompt>#</prompt> <userinput>zypper install python-pip</userinput></screen></para> <screen><prompt>#</prompt> <userinput>zypper install python-pip</userinput></screen></para>
<formalpara> <formalpara>
<title>openSUSE 12.3</title> <title>openSUSE 12.3 and newer</title>
<para>A packaged version enables you to use <para>A packaged version enables you to use
<command>rpm</command> or <command>rpm</command> or
<command>zypper</command> to install <command>zypper</command> to install
@ -179,6 +179,10 @@
<para><literal>heat</literal>. Orchestration <para><literal>heat</literal>. Orchestration
API.</para> API.</para>
</listitem> </listitem>
<listitem>
<para><literal>ceilometer</literal>. Monitoring/Metering
API.</para>
</listitem>
</itemizedlist> </itemizedlist>
<para>For example, to install the nova client, run the <para>For example, to install the nova client, run the
following command:</para> following command:</para>

View File

@ -32,46 +32,60 @@
<para>The following command-line clients are available for the <para>The following command-line clients are available for the
respective services' APIs:</para> respective services' APIs:</para>
<itemizedlist> <itemizedlist>
<listitem>
<para><emphasis role="bold">ceilometer</emphasis>
(<application>python-ceilometerclient</application>).
Client for Monitoring/Metering
API that lets you create and collect measurements
across all OpenStack components.</para>
</listitem>
<listitem> <listitem>
<para><emphasis role="bold">cinder</emphasis> <para><emphasis role="bold">cinder</emphasis>
(python-cinderclient). Client for the Block Storage (<application>python-cinderclient</application>).
Client for the Block Storage
Service API that lets you create and manage Service API that lets you create and manage
volumes.</para> volumes.</para>
</listitem> </listitem>
<listitem> <listitem>
<para><emphasis role="bold">glance</emphasis> <para><emphasis role="bold">glance</emphasis>
(python-glanceclient). Client for the Image Service (<application>python-glanceclient</application>).
Client for the Image Service
API that lets you create and manage images.</para> API that lets you create and manage images.</para>
</listitem> </listitem>
<listitem> <listitem>
<para><emphasis role="bold">heat</emphasis> <para><emphasis role="bold">heat</emphasis>
(python-heatclient). Client for the Orchestration API (<application>python-heatclient</application>).
Client for the Orchestration API
that lets you launch stacks from templates, view that lets you launch stacks from templates, view
details of running stacks including events and details of running stacks including events and
resources, and update and delete stacks.</para> resources, and update and delete stacks.</para>
</listitem> </listitem>
<listitem> <listitem>
<para><emphasis role="bold">keystone</emphasis> <para><emphasis role="bold">keystone</emphasis>
(python-keystoneclient). Client for the Identity (<application>python-keystoneclient</application>).
Client for the Identity
Service API that lets you create and manage users, Service API that lets you create and manage users,
tenants, roles, endpoints, and credentials.</para> tenants, roles, endpoints, and credentials.</para>
</listitem> </listitem>
<listitem> <listitem>
<para><emphasis role="bold">neutron</emphasis> <para><emphasis role="bold">neutron</emphasis>
(python-neutronclient). Client for the Networking API (<application>python-neutronclient</application>).
Client for the Networking API
that lets you configure networks for guest servers. that lets you configure networks for guest servers.
This client was previously known as <emphasis This client was previously known as <emphasis
role="bold">quantum</emphasis>.</para> role="bold">quantum</emphasis>.</para>
</listitem> </listitem>
<listitem> <listitem>
<para><emphasis role="bold">nova</emphasis> <para><emphasis role="bold">nova</emphasis>
(python-novaclient). Client for the Compute API and (<application>python-novaclient</application>).
Client for the Compute API and
its extensions. Use to create and manage images, its extensions. Use to create and manage images,
instances, and flavors.</para> instances, and flavors.</para>
</listitem> </listitem>
<listitem> <listitem>
<para><emphasis role="bold">swift</emphasis> <para><emphasis role="bold">swift</emphasis>
(python-swiftclient). Client for the Object Storage (<application>python-swiftclient</application>).
Client for the Object Storage
API that lets you gather statistics, list items, API that lets you gather statistics, list items,
update metadata, upload, download and delete files update metadata, upload, download and delete files
stored by the Object Storage service. Provides access stored by the Object Storage service. Provides access

View File

@ -43,6 +43,10 @@
<para><literal>heat</literal>. <para><literal>heat</literal>.
Orchestration API.</para> Orchestration API.</para>
</listitem> </listitem>
<listitem>
<para><literal>ceilometer</literal>.
Metering/Monitoring API.</para>
</listitem>
</itemizedlist> </itemizedlist>
<para>For example, to see the version of the <para>For example, to see the version of the
nova client, run the following nova client, run the following