Comment 10 for bug 1418541

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.openstack.org/155373
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=81ea614570397fbe0722060d3faa703e7ded9151
Submitter: Jenkins
Branch: master

commit 81ea614570397fbe0722060d3faa703e7ded9151
Author: Ihar Hrachyshka <email address hidden>
Date: Thu Feb 12 13:51:21 2015 +0100

    Don't monkey patch netns_cleanup

    There is no reason to monkey patch the tool (it does not rely on any
    special kind of model of concurrency). It's better to avoid eventlet
    wherever possible, and there are discussions on whether we want to start
    dropping eventlet usage agent by agent, so it's worth keeping as much of
    code out of monkey business.

    Related-Bug: #1418541
    Change-Id: I1c1bb5a23e191da660efe9d4179ffaf5fec647f9