masakari/releasenotes/notes/fix-endless-periodic-f223845f3044b166.yaml
Mark Goddard df63714b03 Fix endless periodic looping call after failed evacuation
Fixes an issue where a failed evacuation could result in a periodic
looping call to run forever. This happened because the periodic call was
not stopped after a timeout occurred.

Change-Id: Id3b9bad4bc617c168200d34d69bbe760a24dfcf9
Closes-Bug: #1897888
2020-12-25 16:37:51 +08:00

7 lines
219 B
YAML

---
fixes:
- |
Fixes an issue where a periodic task in Masakari Engine could loop forever
querying Nova API following a failed evacuation. `LP#1897888
<https://bugs.launchpad.net/masakari/+bug/1897888>`__