neutron/neutron/services/l3_router/service_providers
Manjeet Singh Bhatia d97cce0403 Add missing transaction in driver_controller.
All the operations related to router associations (add/del)
were executed under transactions, there was a case
'get_provider_for_router' doing add_resource_association
out of db transaction, luckily due to autocommit there were no
issues but this patch adds the missing transaction.

Closes-Bug: #1778118

Change-Id: Iaec9a40614c7e6ce1120e9fa7ef3a4fdb4d59963
2018-06-21 18:22:00 +00:00
..
__init__.py Add flavor/service provider support to routers 2016-07-26 16:13:35 -07:00
base.py Add helper for driver to check if it owns router 2017-02-11 08:02:45 -08:00
driver_controller.py Add missing transaction in driver_controller. 2018-06-21 18:22:00 +00:00
dvr.py Only schedule routers from drivers that need it 2016-09-06 23:26:46 +00:00
dvrha.py Add flavor/service provider support to routers 2016-07-26 16:13:35 -07:00
ha.py Only schedule routers from drivers that need it 2016-09-06 23:26:46 +00:00
single_node.py Only schedule routers from drivers that need it 2016-09-06 23:26:46 +00:00