Comment 2 for bug 1290646

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/82266
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=1e210c7cc9d3d8dd6b3a72112dd8395cad4dc3a9
Submitter: Jenkins
Branch: master

commit 1e210c7cc9d3d8dd6b3a72112dd8395cad4dc3a9
Author: Abhishek Raut <email address hidden>
Date: Fri Mar 21 02:26:10 2014 -0700

    Segregate the VSM calls from database calls in N1kv plugin

    Rearrange the code in such a way that the calls to the VSM are
    outside the database session. This avoids DB locks on n1kv tables.

    Change-Id: Ic0f0d816cca06a3b03fdd9b58ee7599ddf65473e
    Closes-Bug: 1290646