Comment 5 for bug 1178732

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

Reviewed: https://review.openstack.org/29710
Committed: http://github.com/openstack/keystone/commit/f9865a57725e316606f00d42fcadc32ea7d61d31
Submitter: Jenkins
Branch: master

commit f9865a57725e316606f00d42fcadc32ea7d61d31
Author: Brant Knudson <email address hidden>
Date: Sun May 19 09:36:16 2013 -0500

    Consolidate eventlet code

    This change consolidates eventlet code to a single module.
    Importing eventlet drags along alot of other behavior changes
    (such as replacing gettaddr with a version that doesn't support
    IPv6), so it's safer if all the eventlet code is in one place so
    it doesn't get imported when it's not needed, such as when
    running under httpd.

    blueprint extract-eventlet

    Part of fix for bug 1178732

    Change-Id: Ia557f8df7f856d7707a9d8c19800ddc36f1572ed