We are chuffed to announce the release of: masakari 10.0.1: Virtual Machine High Availability (VMHA) service for OpenStack This release is part of the victoria stable release series. The source is available from: https://opendev.org/openstack/masakari Download the package from: https://tarballs.openstack.org/masakari/ Please report issues through: https://bugs.launchpad.net/masakari/+bugs For more details, please see below. 10.0.1 ^^^^^^ Bug Fixes * Fixes Masakari Engine not to try to stop an already stopped instance and fail with 409 from Nova. LP#1782517 * Fixes Masakari Engine not to wait for timeout when it's known that the evacuation has failed. LP#1859406 (This fix has already been included in the first Victoria release, 10.0.0, but it was not mentioned in the release notes previously.) * Fixes an issue where a periodic task in Masakari Engine could loop forever querying Nova API following a failed evacuation. LP#1897888 Changes in masakari 10.0.0..10.0.1 ---------------------------------- da2a5f0 Add missed renos 802d88b Fix endless periodic looping call after failed evacuation cb3a4b1 Modified recovery flow for stopped instance 97b1ffc Drop lower-constraints df08eda Update TOX_CONSTRAINTS_FILE for stable/victoria 4ff15b1 Update .gitreview for stable/victoria Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 2 - lower-constraints.txt | 112 --------------------- masakari/engine/drivers/taskflow/host_failure.py | 25 +++-- .../drivers/taskflow/test_host_failure_flow.py | 28 ++++++ .../notes/bug-1782517-e4dc70bad9e4e131.yaml | 6 ++ .../notes/bug-1859406-6b041a26acf6c7f6.yaml | 8 ++ .../fix-endless-periodic-f223845f3044b166.yaml | 6 ++ tox.ini | 12 +-- 9 files changed, 67 insertions(+), 133 deletions(-)