[release-announce] nova 17.0.4 (queens)

no-reply at openstack.org no-reply at openstack.org
Tue May 15 04:20:26 UTC 2018


We are thrilled to announce the release of:

nova 17.0.4: 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.4
^^^^^^

Bug Fixes

* The nova-compute service now allows specifying the interval for
  updating nova-compute-side cache of the compute node resource
  provider's aggregates and traits info via a new config option called
  "[compute]/resource_provider_association_refresh" which defaults to
  300. This was previously hard-coded to run every 300 seconds which
  may be too often in a large deployment.

Changes in nova 17.0.3..17.0.4
------------------------------

1747643 libvirt: check image type before removing snapshots in _cleanup_resize
0db59f7 Migrate tempest-dsvm-multinode-live-migration job in-tree
12a3b69 log stale allocations as WARNING instead of DEBUG
0f95b6a Fix detach_volume calls when rolling back a failed attach
3a39cfc Make association_refresh configurable
f95a10b Handle @safe_connect returns None side effect in _ensure_resource_provider
f9ab466 libvirt: Make `cpu_model_extra_flags` case-insensitive for real
dcb5180 Fix dropped check for boot_index 0 in _validate_bdm
a5aa8e2 libvirt: fix hard reboot issue with mdevs
0560002 Update docs for [keystone_authtoken] changes since Queens


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                         | 36 +++++++++++++
nova/compute/api.py                                |  9 ++--
nova/compute/resource_tracker.py                   | 13 ++---
nova/conf/compute.py                               | 15 ++++++
nova/scheduler/client/report.py                    | 21 +++++---
nova/virt/block_device.py                          |  6 ++-
nova/virt/libvirt/driver.py                        | 62 ++++++++++++----------
playbooks/legacy/nova-live-migration/post.yaml     | 15 ++++++
playbooks/legacy/nova-live-migration/run.yaml      | 43 +++++++++++++++
...iation-refresh-config-opt-d1ca1af238d10c9a.yaml |  9 ++++
20 files changed, 336 insertions(+), 80 deletions(-)







More information about the Release-announce mailing list