We are glad to announce the release of: nova 32.1.0 This release is part of the flamingo 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. 32.1.0 ^^^^^^ Bug Fixes * Fixed the issue bug 2044235 where Nova Conductor puts an instance into an error state if any errors occur during execution of the 'check_can_live_migrate_source()' method in an RPC call. Now, any error is caught and a MigrationPreCheckError exception is re-raised to reset the instance state. Changes in nova 32.0.0..32.1.0 ------------------------------ 3744ae6928 Reset the mapped field of nodes at service deletion fb2706a8ba Adds regression test for bug LP#2085135 e370a3258c Update start_service() function in test 9767518742 nova-conductor puts instance in error state 326b5910f5 Adds regression test for bug LP#2044235 a9649137d6 Add admin context when filling metadata on ImagePropsWeigher 1a669a36ce Regression test for ImagePropsWeigher due to missing context c06c12c7ca Update TOX_CONSTRAINTS_FILE for stable/2025.2 5d44b37670 Update .gitreview for stable/2025.2 Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + nova/compute/manager.py | 16 ++++- nova/db/main/api.py | 9 ++- nova/scheduler/weights/image_props.py | 8 ++- nova/test.py | 17 ++++- .../functional/regressions/test_bug_2044235.py | 60 +++++++++++++++++ .../functional/regressions/test_bug_2085135.py | 75 ++++++++++++++++++++++ .../functional/regressions/test_bug_2125052.py | 74 +++++++++++++++++++++ ...ance-after-rpc-issue-during-live-migration.yaml | 9 +++ tox.ini | 2 +- 13 files changed, 299 insertions(+), 10 deletions(-)
participants (1)
-
no-reply@openstack.org