Comment 3 for bug 1428661

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/226066
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=7bcb0ed3903196af4f1d57361b034ce3edf2aac4
Submitter: Jenkins
Branch: master

commit 7bcb0ed3903196af4f1d57361b034ce3edf2aac4
Author: Diane Fleming <email address hidden>
Date: Mon Sep 21 16:42:07 2015 -0500

    Clean up telemetry API v2

    Use http://docs.openstack.org/developer/ceilometer/webapi/v2.html#
    as the source

    Changes:
    - renamed createMeter to addSamplesToMeter to better describe it
    - Added missing request and response parameters
    - Rearranged the methods to mimic other APIs (with delete calls
    at the end, and list calls at the beginning)
    - Updated code samples to match those on the spec page

    Change-Id: I3466c7388509fe66310cd3ab478847a09f6d30b8
    Closes-Bug: #1428661