We are gleeful to announce the release of: nova 21.2.1: Cloud computing fabric controller This release is part of the ussuri 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. Changes in nova 21.2.0..21.2.1 ------------------------------ 560414036d Update image_base_image_ref during rebuild. 7003618884 Rebase qcow2 images when unshelving an instance a968289b1f Add config parameter 'live_migration_scheme' to live migration with tls guide c2044d4bd0 Use absolute path during qemu img rebase 2e89699c33 Make _rebase_with_qemu_img() generic 812ce632d5 Raise InstanceMappingNotFound if StaleDataError is encountered 687250f60e libvirt: Use specific user when probing encrypted rbd disks during extend 8f65de96a0 Add missing exception 79df36fecf Prevent archiving of pci_devices records because of 'instance_uuid' f32286c62e libvirt: Increase incremental and max sleep time during device detach 121e481a88 libvirt: 'video.vram' property must be an integer Diffstat (except docs and test files) ------------------------------------- .../secure-live-migration-with-qemu-native-tls.rst | 11 +- nova/compute/api.py | 10 ++ nova/db/sqlalchemy/api.py | 6 +- nova/exception.py | 4 + nova/objects/instance_mapping.py | 13 +- .../unit/api/openstack/compute/test_shelve.py | 1 + nova/virt/libvirt/driver.py | 99 ++++++++++---- nova/virt/libvirt/guest.py | 4 +- 12 files changed, 273 insertions(+), 45 deletions(-)
participants (1)
-
no-reply@openstack.org