Comment 4 for bug 1021350

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

Reviewed: https://review.openstack.org/14973
Committed: http://github.com/stackforge/ceilometer/commit/05d6992ad778e802ef3aa1e406dce7d18606c3a1
Submitter: Jenkins
Branch: master

commit 05d6992ad778e802ef3aa1e406dce7d18606c3a1
Author: Doug Hellmann <email address hidden>
Date: Mon Oct 29 11:41:53 2012 -0400

    Provide a way to disable some plugins

    Provide configuration options for the three plugin sets
    users may want to manage (compute pollsters, central
    pollsters, and notification listeners).

    Extend the plugin API so the extension manager can ask
    each plugin if it should be enabled. This allows, for
    example, the libvirt pollster to be loaded but then
    recognize that it should not be used and disable itself.

    Addresses bug #1021350

    Change-Id: I82da823845ec49c1a93272411c43073bd4954377
    Signed-off-by: Doug Hellmann <email address hidden>