]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
BSN: Allow concurrent reads to consistency DB
authorKevin Benton <blak111@gmail.com>
Wed, 13 Aug 2014 11:01:50 +0000 (04:01 -0700)
committerKevin Benton <blak111@gmail.com>
Wed, 10 Sep 2014 22:09:03 +0000 (15:09 -0700)
commitb09c9950649c4c9fffa0b096eb21152cd84fe56f
tree351952072cffcd0dc4b3585c86c29a64dfaf3479
parent7258201f3a283fab77793132fa8d394a41b9cb73
BSN: Allow concurrent reads to consistency DB

Allow concurrent reads to the consistency DB since the
database lock the block was originally protecting against
is gone.

Closes-Bug: #1357102
Change-Id: I1618b4046e995c796757e723f99288e486683339
neutron/plugins/bigswitch/db/consistency_db.py
neutron/plugins/bigswitch/servermanager.py