Comment 4 for bug 1163722

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

Reviewed: https://review.openstack.org/28279
Committed: http://github.com/openstack/glance/commit/9ce21bd10c463bab16c520cb4ddbadfa1e7fa8d3
Submitter: Jenkins
Branch: stable/grizzly

commit 9ce21bd10c463bab16c520cb4ddbadfa1e7fa8d3
Author: Flaper Fesp <email address hidden>
Date: Thu Apr 4 11:15:15 2013 +0200

    Call monkey_patch before other modules are loaded

    This patch moves the monkey_patch call into the glance scripts that
    needs libs to be monkey_patched. This seems to be a good practice and
    has given good results for other projects as well.

    This change is needed to avoid loading / initializing modules
    before other libs are patched. For example: logging module.

    Fixes bug 1163722

    Change-Id: Idee486851606d765fb11598967a4f7d56cf46c97
    Cherry-picked: 1c5a4d2bdcc00439b5e351d14f47deebdedcb001