diff --git a/ceilometerclient/shell.py b/ceilometerclient/shell.py index ec966c55..bc5a083f 100644 --- a/ceilometerclient/shell.py +++ b/ceilometerclient/shell.py @@ -11,7 +11,7 @@ # under the License. """ -Command-line interface to the OpenStack Metering API. +Command-line interface to the OpenStack Telemetry API. """ import argparse diff --git a/setup.cfg b/setup.cfg index eb67ef15..e53f0b98 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = python-ceilometerclient -summary = OpenStack Metering API Client Library +summary = OpenStack Telemetry API Client Library description-file = README.rst author = OpenStack