Comment 2 for bug 1354536

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

Reviewed: https://review.openstack.org/112980
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=2bc48ff261c5d78a1d3dab884337dc08fc1a4aa4
Submitter: Jenkins
Branch: master

commit 2bc48ff261c5d78a1d3dab884337dc08fc1a4aa4
Author: Eoghan Glynn <email address hidden>
Date: Fri Aug 8 18:27:53 2014 +0100

    Avoid duplication of discovery for multi-sink sources

    Perviously, where a single source has a pluggable discovery
    extension loaded and is associated with multiple sinks, the
    discovered resources were duplicated for each sink.

    Now, we ensure that duplicate discovery extensions are
    excluded.

    Change-Id: Icffcc65f2be2baef7730b31773b39ffdda0454a7
    Closes-Bug: #1354536