Change ceilometer endpoint name from telemetry to metering

The pycadf ceilometer api_audit_map.conf file currently refers
to ceilometer service_endpoint as telemetry and not as metering.
This is not aligned with the rest of the ceilometer community code.
The service_endpoint was named as telemetry initially assuming
the entire ceilometer code will switch to using it but that has not
happened yet. Thus, it's better to stick to metering for now.

Change-Id: I053177ef504989c4b9b367d671d47b00104600ab
Closes-Bug: 1501287
This commit is contained in:
Divya 2015-10-06 09:31:27 +02:00
parent 0357568a41
commit 7bd0496278

View File

@ -19,4 +19,4 @@ events = message_id
# map endpoint type defined in service catalog to CADF typeURI
[service_endpoints]
telemetry = service/telemetry
metering = service/metering