neutron/neutron/ipam
Carl Baldwin 6798485022 Avoid IPAM driver reusing a session that has been rolled back
With the in-tree pluggable IPAM driver, IPAM rollback tries to use the
DB session after it has been rolled back due to an exception. This
driver doesn't need roll back, so fix this by adding a method to the
driver signalling that rollback shouldn't be attempted.

Change-Id: Ic254789e58a8a51cd1aa943cb71de12410f4c0a7
Closes-Bug: #1603162
Related-Bug: #1516156
2016-08-12 15:53:57 +00:00
..
drivers Avoid IPAM driver reusing a session that has been rolled back 2016-08-12 15:53:57 +00:00
__init__.py Make IPAM more pythonic 2015-07-09 17:33:17 +00:00
driver.py Avoid IPAM driver reusing a session that has been rolled back 2016-08-12 15:53:57 +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 next available address for dhcp ports 2016-06-09 02:16:01 -07: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