[release-announce] nova 17.0.13 (queens)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 30 14:33:34 UTC 2019


We are excited to announce the release of:

nova 17.0.13: Cloud computing fabric controller

This release is part of the queens 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.

17.0.13
^^^^^^^

Bug Fixes

* Fixes a bug that caused Nova to fail on mounting Quobyte volumes
  whose volume URL contained multiple registries.

Changes in nova 17.0.12..17.0.13
--------------------------------

5a3430983a rt: only map compute node if we created it
4055261eba Explain nested guest support
55a3796692 Fix unit of hw_rng:rate_period
570664743c Fix exception translation when creating volume
5d89cfed2b Stop sending bad values from libosinfo to libvirt
16b0fb01af libvirt: Rework 'EBUSY' (SIGKILL) error handling code path
37e45ad44c Fixes multi-registry config in Quobyte driver
04bcb98678 lxc: make use of filter python3 compatible
343daa98e0 Drop source node allocations if finish_resize fails
7be81af9ed doc: Fix a broken reference link
81056d1293 Fix rebuild of baremetal instance when vm_state is ERROR
fb5d237d3b Fix wrong assertions in unit tests
eca5608fe3 Fix 'has_calls' method calls in unit tests
fab410ceec Remove experimental job on openSUSE 42.3
8d50b509ec Fix non-existent method of Mock
151c828b1f Fix misuse of nova.objects.base.obj_equal_prims
7302a625ee Hook resource_tracker to remove stale node information
d74d764c15 Retrun 400 if invalid query parameters are specified
1bb555c4c9 Add functional recreate test for regression bug 1825537


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

.zuul.yaml                                         |  16 ---
api-ref/source/parameters.yaml                     |  18 ++-
.../contributor/testing/zero-downtime-upgrade.rst  |   2 +-
nova/api/openstack/compute/schemas/flavors.py      |  16 ++-
nova/compute/manager.py                            |  42 ++++++-
nova/compute/resource_tracker.py                   |  16 ++-
nova/exception.py                                  |   4 +
.../functional/regressions/test_bug_1825537.py     |  97 ++++++++++++++++
nova/virt/disk/mount/nbd.py                        |   5 +-
nova/virt/fake.py                                  |   7 ++
nova/virt/ironic/driver.py                         |   6 +-
nova/virt/libvirt/driver.py                        |  45 ++++++--
nova/virt/libvirt/volume/quobyte.py                |  54 ++++-----
nova/virt/osinfo.py                                |  27 +++--
nova/volume/cinder.py                              |  16 ++-
.../notes/qb-bug-1730933-6695470ebaee0fbd.yaml     |   5 +
39 files changed, 889 insertions(+), 237 deletions(-)







More information about the Release-announce mailing list