Comment 5 for bug 1493400

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-ceilometerclient (stable/kilo)

Reviewed: https://review.openstack.org/221353
Committed: https://git.openstack.org/cgit/openstack/python-ceilometerclient/commit/?id=2861e81ea83363d2327f8d67e12531f45883e423
Submitter: Jenkins
Branch: stable/kilo

commit 2861e81ea83363d2327f8d67e12531f45883e423
Author: gordon chung <email address hidden>
Date: Tue Sep 8 11:09:38 2015 -0400

    do not generate meter links on resource-list

    meter links are not accessible via resource_list and add significant
    overhead to query. we shouldn't generate these anymore. this patch is
    slightly different from master as this does not disable meter_links
    by default to maintain existing functionality.

    Change-Id: Ib20f410a70171aa09e4ebbbb748a5ce495fc6a43
    Closes-Bug: #1493400