b4eaa05209
This patch addresses the issue by removing the extra nesting
(which is effectively redundant).
The longer story about this patch is the following:
Race conditions may cause DBDuplicateEntry exceptions that
require a transaction to be rollbacked back, and yet make
the whole operation succeed. A classic example is what has
been solved in commit
|
||
---|---|---|
.. | ||
__init__.py | ||
dhcp_agent_scheduler.py | ||
l3_agent_scheduler.py |