Comment 3 for bug 1247889

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

Reviewed: https://review.openstack.org/107021
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=0cd410fc3b4a632177da0d98c7c3b68d26481e71
Submitter: Jenkins
Branch: master

commit 0cd410fc3b4a632177da0d98c7c3b68d26481e71
Author: Zhi Yan Liu <email address hidden>
Date: Tue Jul 15 20:13:11 2014 +0800

    Moving eventlet.hubs.use_hub call up

    Under the design concept of eventlet, we need to call
    eventlet.hubs.use_hub() before the application starts
    doing any I/O. And it makes custom log handlers register
    correct event listeners.

    Closes-bug: 1247889
    Change-Id: I3d43021c8cb6ed630123781f3686d62e5159edfc
    Signed-off-by: Zhi Yan Liu <email address hidden>