Comment 3 for bug 1468513

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

Reviewed: https://review.openstack.org/211643
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=6179854ae77960d4ae883349626069023b407cb0
Submitter: Jenkins
Branch: master

commit 6179854ae77960d4ae883349626069023b407cb0
Author: Ryan Rossiter <email address hidden>
Date: Thu Jun 25 14:41:49 2015 +0000

    Add hacking check for eventlet.spawn()

    Change Id52c30bb5ded2184d772e6026b0f04f9a0efeb55 added a hacking check
    for greenthread.spawn(). Since eventlet.spawn() calls
    greenthread.spawn() under the covers, it should also be checked. Because
    there are still occurrences of eventlet.spawn(), these were also cleaned
    up in order to pass the added hacking check.

    Co-Authored-By: Qin Zhao <email address hidden>

    Change-Id: Ia125b4ad5e84bf48091af5a7a483b89629f0ec31
    Related-Bug: #1404268
    Closes-Bug: #1468513