]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
handle gw_info outside of the db transaction on router creation
authorIvar Lazzaro <ivarlazzaro@gmail.com>
Tue, 18 Aug 2015 00:17:42 +0000 (17:17 -0700)
committerIvar Lazzaro <ivarlazzaro@gmail.com>
Fri, 28 Aug 2015 20:17:46 +0000 (20:17 +0000)
commit622dea818d851224a43d5276a81d5ce8a6eebb76
tree2b5416e33f691c315aa8b057b1c583d21a7914e3
parent4f802232771d051d0fe076e6458674a995c6bc14
handle gw_info outside of the db transaction on router creation

Move the gateway interface creation outside the DB transaction
to avoid lock timeout.

Change-Id: I5a78d7f32e8ca912016978105221d5f34618af19
Closes-bug: 1485809
neutron/db/l3_db.py
neutron/tests/unit/extensions/test_l3.py