Comment 6 for bug 1282452

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

Reviewed: https://review.openstack.org/75660
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=28ee2ac315c226ce096190879077121702e4d644
Submitter: Jenkins
Branch: stable/havana

commit 28ee2ac315c226ce096190879077121702e4d644
Author: Salvatore Orlando <email address hidden>
Date: Thu Feb 20 06:30:11 2014 -0800

    vshield task manager: abort tasks in stop() on termination

    This patch kills the manager thread, and aborts active tasks
    rather than sending an exception to the manager thread and
    have it do the abort on termination.

    Unit tests involving vshield task manager might take longer
    as a side effect of this patch.

    Related-bug: #1282452

    Conflicts:

            neutron/tests/unit/nicira/test_vcns_driver.py

    Change-Id: I9e9e41ce7e8969a2ea51bfce96b1303125a24308
    (cherry picked from commit 433287b4f51e45fbb7a73f68dd63b433ea5d9066)