Comment 3 for bug 1021350

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

Reviewed: https://review.openstack.org/14972
Committed: http://github.com/stackforge/ceilometer/commit/ae64a792f8ac9a1e0969b205018d219fbaea05db
Submitter: Jenkins
Branch: master

commit ae64a792f8ac9a1e0969b205018d219fbaea05db
Author: Doug Hellmann <email address hidden>
Date: Mon Oct 29 09:31:52 2012 -0400

    Use stevedore to load all plugins

    Move away from calling pkg_resources directly to use
    stevedore to load plugins. This lays the ground work
    for handling disabled plugins during the loading
    phase.

    addresses bug #1021350

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