neutron/neutron/ipam
Pavel Bondar ad2d7d3a8f Remove nested transaction from ipam driver
Using nested transaction in reference ipam driver causes rewriting
original exception due failure to restore to safepoint in case of
DeadLock.

DBDeadlock exception gets replaced with DBAPIError. It prevents db_retry
wrapper from working correctly.

This patch removed nested transaction block from reference ipam driver.

Change-Id: Ib710e87b0132aae3cd3afd12c5448961f1a3b25c
Partial-Bug: #1571666
2016-05-18 12:30:18 +00:00
..
drivers Remove nested transaction from ipam driver 2016-05-18 12:30:18 +00:00
__init__.py Make IPAM more pythonic 2015-07-09 17:33:17 +00:00
driver.py Enable IPAM drivers to allocate from more than one subnet 2016-05-10 22:00:46 +00:00
exceptions.py Enable IPAM drivers to allocate from more than one subnet 2016-05-10 22:00:46 +00:00
requests.py Use converters and validators from neutron-lib 2016-04-24 19:13:10 -04:00
subnet_alloc.py Enable IPAM drivers to allocate from more than one subnet 2016-05-10 22:00:46 +00:00
utils.py Use constants from neutron-lib 2016-04-23 21:23:56 -04:00