From 209f5bb54dd5af79151f338f7dd0e7b7a449a16d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 11 Oct 2013 10:56:47 +0200 Subject: [PATCH] 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 --- doc/common/section_cli_install.xml | 6 +++++- doc/common/section_cli_overview.xml | 30 +++++++++++++++++++++-------- doc/common/section_cli_version.xml | 4 ++++ 3 files changed, 31 insertions(+), 9 deletions(-) diff --git a/doc/common/section_cli_install.xml b/doc/common/section_cli_install.xml index 5450b3d140..928d5a3ad1 100644 --- a/doc/common/section_cli_install.xml +++ b/doc/common/section_cli_install.xml @@ -117,7 +117,7 @@ manage client installation: # zypper install python-pip - openSUSE 12.3 + openSUSE 12.3 and newer A packaged version enables you to use rpm or zypper to install @@ -179,6 +179,10 @@ heat. Orchestration API. + + ceilometer. Monitoring/Metering + API. + For example, to install the nova client, run the following command: diff --git a/doc/common/section_cli_overview.xml b/doc/common/section_cli_overview.xml index 543e3033fc..76e8245d0b 100644 --- a/doc/common/section_cli_overview.xml +++ b/doc/common/section_cli_overview.xml @@ -32,46 +32,60 @@ The following command-line clients are available for the respective services' APIs: + + ceilometer + (python-ceilometerclient). + Client for Monitoring/Metering + API that lets you create and collect measurements + across all OpenStack components. + cinder - (python-cinderclient). Client for the Block Storage + (python-cinderclient). + Client for the Block Storage Service API that lets you create and manage volumes. glance - (python-glanceclient). Client for the Image Service + (python-glanceclient). + Client for the Image Service API that lets you create and manage images. heat - (python-heatclient). Client for the Orchestration API + (python-heatclient). + Client for the Orchestration API that lets you launch stacks from templates, view details of running stacks including events and resources, and update and delete stacks. keystone - (python-keystoneclient). Client for the Identity + (python-keystoneclient). + Client for the Identity Service API that lets you create and manage users, tenants, roles, endpoints, and credentials. neutron - (python-neutronclient). Client for the Networking API + (python-neutronclient). + Client for the Networking API that lets you configure networks for guest servers. This client was previously known as quantum. + role="bold">quantum. nova - (python-novaclient). Client for the Compute API and + (python-novaclient). + Client for the Compute API and its extensions. Use to create and manage images, instances, and flavors. swift - (python-swiftclient). Client for the Object Storage + (python-swiftclient). + Client for the Object Storage API that lets you gather statistics, list items, update metadata, upload, download and delete files stored by the Object Storage service. Provides access diff --git a/doc/common/section_cli_version.xml b/doc/common/section_cli_version.xml index 91b84c2a51..767a266c92 100644 --- a/doc/common/section_cli_version.xml +++ b/doc/common/section_cli_version.xml @@ -43,6 +43,10 @@ heat. Orchestration API. + + ceilometer. + Metering/Monitoring API. + For example, to see the version of the nova client, run the following