neutron-lbaas/neutron/tests/unit/db
Eugene Nikanorov 2675091439 Move loadbalancer vip port creation outside of transaction
Currently _create_port_for_vip calls ml2 create_port() method
which includes rpc notification.
That leads to lock wait timeouts in certain cases.

The patch fixes that while making VIP creation process non-atomic.
But that is fine as long until create_vip() returns vip id, it's
not usable from API.

Change-Id: Ie30973de80118a6b022e8c3bb07ca48122ebcd29
Partial-Bug: #1334226
2014-07-24 09:24:25 +04:00
..
firewall Change all occurences of no_delete to do_delete 2014-07-13 14:09:26 +03:00
loadbalancer Move loadbalancer vip port creation outside of transaction 2014-07-24 09:24:25 +04:00
metering Merge "Split up metering test case into plugin + test case" 2014-07-22 03:15:04 +00:00
vpn VPNaaS: separate out validation logic for ref impl 2014-07-16 15:05:01 -04:00
__init__.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
test_agent_db.py Switch to using of oslo.db 2014-06-30 14:07:59 +03:00
test_dvr_mac_db.py L2 Model additions to support DVR 2014-07-17 07:53:14 -07:00
test_l3_dvr_db.py Add L3 Extension for Distributed Routers 2014-07-16 07:33:43 -07:00
test_quota_db.py Unit test cases for quota_db.py 2014-04-30 12:00:38 -03:00