Comment 23 for bug 1333219

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

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

commit e3bbbdd455431b55f689a4d03f0ef45c5aaa2946
Author: Daniel P. Berrange <email address hidden>
Date: Fri Jun 20 16:39:01 2014 +0100

    libvirt: remove hack from ensure_filtering_rules_for_instance

    The ensure_filtering_rules_for_instance method had a hack
    where the test suite caller could pass in a module to
    replace the greenthread.sleep call. This is utterly crazy
    when mock can trivially replace the greenthread.sleep call
    directly.

    Partial-bug: #1333219
    Change-Id: I449290aa366f5c85cc63a15d0b1704339be4d73a