vmware-nsx/neutron/services/loadbalancer
Oleg Bondarev 6d3290ab39 LBaaS: synchronize haproxy deploy/undeploy_instance methods
When creating/deleting lbaas objects at a high rate (like tempest api tests do)
deploy/undeploy_unstance methods of haproxy namespace driver
may be executed concurrently which leads to different conflicts with
network namespaces and interfaces created by the diver.

@synchronized decorator should be used in order to ensure that only one thread
will execute one of the methods at a time.

Closes-Bug: #1260692

Change-Id: Ibe86653c20c9a4e0b4e7b3b2cefbd445428b82da
2013-12-13 19:03:40 +04:00
..
drivers LBaaS: synchronize haproxy deploy/undeploy_instance methods 2013-12-13 19:03:40 +04:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
agent_scheduler.py LBaaS: unify haproxy-on-host plugin driver and agent 2013-12-10 12:08:03 +04:00
constants.py LBaaS: update status of members according to health statistics 2013-09-03 10:14:14 +00:00
plugin.py LBaaS: unify haproxy-on-host plugin driver and agent 2013-12-10 12:08:03 +04:00