]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Segregate the VSM calls from database calls in N1kv plugin
authorAbhishek Raut <abhraut@cisco.com>
Fri, 21 Mar 2014 09:26:10 +0000 (02:26 -0700)
committerAbhishek Raut <abhraut@cisco.com>
Fri, 25 Apr 2014 00:24:06 +0000 (17:24 -0700)
commit1e210c7cc9d3d8dd6b3a72112dd8395cad4dc3a9
tree3034b6745d3868e66fe67651f88ee90273a1111c
parent03176c1eb48cdde912cf2a52c922cda9a4a7fa64
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
neutron/plugins/cisco/n1kv/n1kv_neutron_plugin.py