Comment 7 for bug 1278991

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

Reviewed: https://review.openstack.org/73728
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=7f2c41ff4588f93289cd3dd1e53774874a4d941d
Submitter: Jenkins
Branch: stable/havana

commit 7f2c41ff4588f93289cd3dd1e53774874a4d941d
Author: Aaron Rosen <email address hidden>
Date: Tue Feb 11 10:16:37 2014 -0800

    NSX: Fix possible deadlock in sync code

    This patch removes the call to nsx from within the db transcation
    which can cause deadlock if another request comes in during this time.

    Closes-bug: #1278991
    Change-Id: If16b53a77997bccfdff2554dead26f42e23eaec9
    (cherry picked from commit d59d5a1c72c2324b857225680f5578d381a2ec73)