We are pumped to announce the release of: nova 26.1.1: Cloud computing fabric controller This release is part of the zed stable release series. The source is available from: https://opendev.org/openstack/nova Download the package from: https://tarballs.openstack.org/nova/ Please report issues through: https://bugs.launchpad.net/nova/+bugs For more details, please see below. 26.1.1 ^^^^^^ Bug Fixes * Fix rescuing volume based instance by adding a check for 'hw_rescue_disk' and 'hw_rescue_device' properties in image metadata before attempting to rescue instance. Changes in nova 26.1.0..26.1.1 ------------------------------ d00a848a73 Fix rescue volume-based instance 71855163a9 Handle InstanceInvalidState exception 03374cf4a2 Improving logging at '_allocate_mdevs'. 98d8c9eaa3 Handle mdev devices in libvirt 7.7+ 857df72d31 Reproducer for bug 1951656 Diffstat (except docs and test files) ------------------------------------- nova/api/openstack/compute/remote_consoles.py | 3 + nova/compute/api.py | 6 + .../functional/regressions/test_bug_1951656.py | 73 +++++++++++ .../api/openstack/compute/test_remote_consoles.py | 12 ++ nova/virt/libvirt/config.py | 3 + nova/virt/libvirt/driver.py | 56 ++++++++- nova/virt/libvirt/host.py | 2 +- nova/virt/libvirt/utils.py | 28 +++-- ...cue-volume-based-instance-c6e3fba236d90be7.yaml | 6 + 13 files changed, 432 insertions(+), 22 deletions(-)
participants (1)
-
no-reply@openstack.org