We are psyched to announce the release of: nova 17.0.8: Cloud computing fabric controller This release is part of the queens stable release series. Download the package from: https://tarballs.openstack.org/nova/ For more details, please see below. 17.0.8 ^^^^^^ Bug Fixes * A change has been introduced in the libvirt driver to correctly handle IPv6 addresses for live migration. Changes in nova 17.0.6..17.0.8 ------------------------------ 0c9bd9c stable-only: fix typo in IVS related privsep method d8b99f0 nova-manage - fix online_data_migrations counts 2e3912b Skip more rebuild tests for cells v1 job 7bd6220 Skip ServerShowV247Test.test_update_rebuild_list_server in nova-cells-v1 job 9a72b72 Skip ServerShowV254Test.test_rebuild_server in cells v1 job 22197f3 Enforce case-sensitive hostnames in aggregate host add 329780e Revert "Make host_aggregate_map dictionary case-insensitive" c223869 Skip ServerActionsTestJSON.test_rebuild_server for cells v1 job 72d2e82 nova-status - don't count deleted compute_nodes d01336a Filter deleted computes from get_all_by_uuids() b588057 libvirt: Use os.stat and os.path.getsize for RAW disk inspection 105dbbc Add tempest-slow job to run the tempest slow tests 551a7a4 libvirt: Always escape IPv6 addresses when used in migration URI d085c8f libvirt: Reduce calls to qemu-img during update_available_resource 3b17251 Fix service list for disabled compute using MC driver f2d2a9a Update RequestSpec.flavor on resize_revert 5a960e0 cover migration cases with functional tests 4472c11 Follow devstack-plugin-ceph job rename 6a806de Fix nova-status "_check_resource_providers" check Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 36 +++- devstack/tempest-dsvm-cells-rc | 10 + nova/cmd/manage.py | 14 +- nova/cmd/status.py | 10 +- nova/compute/api.py | 28 ++- nova/objects/compute_node.py | 3 +- nova/privsep/libvirt.py | 5 +- nova/scheduler/host_manager.py | 6 +- nova/servicegroup/drivers/mc.py | 6 +- .../unit/servicegroup/test_mc_servicegroup.py | 10 + nova/virt/disk/api.py | 9 + nova/virt/libvirt/driver.py | 54 +++--- ...t_fix_ipv6_live_migration-bbcde8f3b7d17921.yaml | 4 + 21 files changed, 512 insertions(+), 193 deletions(-)
participants (1)
-
no-reply@openstack.org