neutron/neutron/scheduler
Kevin Benton a8c715ab0f 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
2015-12-24 09:55:06 -08: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 Fix alignment in message and remove unused module 2015-11-26 08:16:45 +00:00
dhcp_agent_scheduler.py Move i18n to _i18n, as per oslo_i18n guidelines 2015-12-01 19:29:10 -07:00
l3_agent_scheduler.py Don't call add_ha_port inside a transaction 2015-12-24 09:55:06 -08:00