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:
parent
a9f8c743b7
commit
4fbe770c0c
@ -733,7 +733,7 @@ class MeterController(rest.RestController):
|
|||||||
|
|
||||||
@wsme_pecan.wsexpose([OldSample], body=[OldSample])
|
@wsme_pecan.wsexpose([OldSample], body=[OldSample])
|
||||||
def post(self, samples):
|
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.
|
:param samples: a list of samples within the request body.
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user