We eagerly announce the release of: nova 15.0.6: Cloud computing fabric controller This release is part of the ocata stable release series. Download the package from: https://tarballs.openstack.org/nova/ For more details, please see below. Changes in nova 15.0.5..15.0.6 ------------------------------ 2a11315 Calculate stopped instance's disk sizes for disk_available_least fb4184f libvirt: handle missing rbd_secret_uuid from old connection info 87989c5 [BugFix] Release the memory quota for video ram when deleting an instance. 593e708 Warn the user about orphaned extra records during keypair migration 94a3ea5 [Trivial] Hyper-V: accept Glance vhdx images ef853e0 Use VIR_DOMAIN_BLOCK_REBASE_COPY_DEV when rebasing e221784 make sure to rebuild claim on recreate a272023 Add strict option to discover_hosts 6041572 Fix cell0 naming when QS params on the connection 1052ad4 Catch neutronclient.NotFound on floating deletion 2868d52 Avoid lazy-load error when getting instance AZ df58537 Make xenapi driver compatible with assert_can_migrate 3696a89 Fix MarkerNotFound when paging and marker was found in cell0 0316f63 Add recreate functional test for regression bug 1689692 81838f1 Correct _ensure_console_log_for_instance implementation 893d11b Avoid lazy-loading instance.id when cross_az_attach=False 74e2a40 Exclude deleted service records when calling hypervisor statistics f2c5ee2 fix InvalidSharedStorage exception message fbcf8d6 libvirt: Always disconnect_volume after rebase failures Diffstat (except docs and test files) ------------------------------------- nova/api/openstack/compute/floating_ips.py | 2 + nova/availability_zones.py | 2 +- nova/cmd/manage.py | 22 ++-- nova/compute/api.py | 6 +- nova/compute/manager.py | 16 ++- nova/db/sqlalchemy/api.py | 3 +- nova/exception.py | 4 + nova/network/neutronv2/api.py | 7 +- nova/objects/instance.py | 6 + .../functional/regressions/test_bug_1689692.py | 84 ++++++++++++++ .../api/openstack/compute/test_floating_ips.py | 38 +++++++ .../unit/virt/hyperv/test_block_device_manager.py | 3 + nova/virt/hyperv/block_device_manager.py | 1 + nova/virt/libvirt/driver.py | 46 +++++--- nova/virt/libvirt/guest.py | 4 +- nova/virt/libvirt/volume/net.py | 14 ++- nova/virt/xenapi/vmops.py | 18 ++- nova/volume/cinder.py | 2 +- 33 files changed, 562 insertions(+), 63 deletions(-)
participants (1)
-
no-reply@openstack.org