]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove db-access semaphore in ML2
authorKevin Benton <blak111@gmail.com>
Mon, 13 Jul 2015 22:27:54 +0000 (15:27 -0700)
committerKevin Benton <blak111@gmail.com>
Mon, 13 Jul 2015 22:34:51 +0000 (15:34 -0700)
commitfc9afcd98169f68576f17e933bbfe5bfcd0957cc
tree10d97e8e0c2d5d513e623aee7ba8bba83546b041
parent043f6c3091192f721f0181fbcfa8eec361730fdc
Remove db-access semaphore in ML2

With the addition of the deadlock retry decorator in
I635cc49ca69f589f99ab145d4d51e511b24194d2 and the change
to instantaneous deadlock feedback under the pymysql driver,
this semaphore should no longer be necessary. Removing it
will allow us to benefit from processing multiple requests
simultaneously.

Change-Id: If5dc76a2974d13d45f0cc88419bcccb3332576cf
neutron/plugins/ml2/plugin.py