Change OpenStack Metering to OpenStack Telemetry

With the project change, let's change the tool as well
to use the new name.

Change-Id: I90bcf55b54dc765abc377ced005cd7f2aab79c0e
This commit is contained in:
Andreas Jaeger
2013-12-02 09:46:53 +01:00
parent 2950b30089
commit 7bf11bbef0
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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