We are pleased to announce the release of: nova 20.0.1: Cloud computing fabric controller This release is part of the train stable release series. The source is available from: https://opendev.org/openstack/nova Download the package from: https://tarballs.openstack.org/null/ Please report issues through: https://bugs.launchpad.net/nova/+bugs For more details, please see below. Changes in nova 20.0.0..20.0.1 ------------------------------ 9e8f1f2b8e Imported Translations from Zanata 32dbd2f585 Avoid error 500 on shelve task_state race 6aa7d00037 Switch to opensuse-15 nodeset 416290f193 Remove redundant call to get/create default security group 73b6cb897e Add regression test for bug 1824435 ff36b6d97f libvirt: Ignore volume exceptions during post_live_migration 03a2508362 Fix listing deleted servers with a marker 727d942b28 Add functional regression test for bug 1849409 861ec9aebb Revert "vif: Resolve a TODO and update another" 1a7be0d62e Don't populate resources for not-yet-migrated inst 91a2056d52 Func: bug 1849165: mig race with _populate_assigned_resources ed48d932db Update compute rpc version alias for train 875826df95 Fix unit of hw_rng:rate_period 821506a50c Fix exception translation when creating volume 06fd7c7301 Error out interrupted builds b5e6c389d7 Handle get_host_availability_zone error during reschedule Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- gate/post_test_hook.sh | 23 ++- nova/api/openstack/compute/shelve.py | 3 +- nova/compute/manager.py | 115 ++++++++++++-- nova/compute/resource_tracker.py | 4 + nova/compute/rpcapi.py | 1 + nova/conductor/manager.py | 16 +- nova/db/sqlalchemy/api.py | 24 ++- nova/locale/ko_KR/LC_MESSAGES/nova.po | 13 +- nova/objects/build_request.py | 12 +- .../functional/regressions/test_bug_1849165.py | 66 ++++++++ .../functional/regressions/test_bug_1849409.py | 62 ++++++++ .../unit/api/openstack/compute/test_shelve.py | 17 ++ nova/virt/libvirt/driver.py | 22 ++- nova/virt/libvirt/vif.py | 25 ++- nova/volume/cinder.py | 16 +- 23 files changed, 664 insertions(+), 78 deletions(-)
participants (1)
-
no-reply@openstack.org