neutron/neutron/scheduler
Kevin Benton 8fb3f9d52c Don't call add_ha_port inside a transaction
Calling add_ha_port inside a transaction will break the delete_port
error recovery logic. This patch prevents the scheduler from doing
that. It also adds a note to add_ha_port and a runtime check to
prevent the function from working with an active transaction.

Change-Id: I39e2bb70527a8ff4a47668f44abb81d0fede3786
Closes-Bug: #1529037
(cherry picked from commit a8c715ab0f)
2016-01-13 21:08:22 +00:00
..
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
base_resource_filter.py DHCP Service LoadBalancing Scheduler 2015-03-18 10:13:53 -07:00
base_scheduler.py DHCP Service LoadBalancing Scheduler 2015-03-18 10:13:53 -07:00
dhcp_agent_scheduler.py Bug-Fix for unexpected DHCP agent redundant 2015-07-21 19:27:37 +09:00
l3_agent_scheduler.py Don't call add_ha_port inside a transaction 2016-01-13 21:08:22 +00:00