Replace 'Ceilometer' by 'Telemetry' in the generated doc

Text strings from ceilometer/api/controllers/v2.py may appear in the
documentation generated for api.openstack.org, where the word 'Ceilometer' has
been removed.

Change-Id: I3a8e333212a33a4775a1cd75da8909b5b14f3230
This commit is contained in:
Cyril Roelandt 2014-02-06 23:41:41 +01:00
parent a9f8c743b7
commit 4fbe770c0c

View File

@ -733,7 +733,7 @@ class MeterController(rest.RestController):
@wsme_pecan.wsexpose([OldSample], body=[OldSample])
def post(self, samples):
"""Post a list of new Samples to Ceilometer.
"""Post a list of new Samples to Telemetry.
:param samples: a list of samples within the request body.
"""