[release-announce] nova 18.2.3 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu Oct 10 09:23:40 UTC 2019


We high-spiritedly announce the release of:

nova 18.2.3: Cloud computing fabric controller

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

18.2.3
^^^^^^

Bug Fixes

* Add support for noVNC >= v1.1.0 for VNC consoles. Prior to this
  fix, VNC console token validation always failed regardless of actual
  token validity with noVNC >= v1.1.0. See
  https://bugs.launchpad.net/nova/+bug/1822676 for more details.

Changes in nova 18.2.2..18.2.3
------------------------------

f3eac7232c Reduce scope of 'path' query parameter to noVNC consoles
944c08ff76 lxc: make use of filter python3 compatible
c133becd21 doc: Fix a broken reference link
e8f418909e Fix rebuild of baremetal instance when vm_state is ERROR
7732f0e6f3 Add useful error log when _determine_version_cap raises DBNotAllowed
331b64a224 Fix wrong assertions in unit tests
8e7e54f60b Fix 'has_calls' method calls in unit tests
af5f1b54ca Remove experimental job on openSUSE 42.3
a5f39bd9c3 Fix non-existent method of Mock
9ce94844fa Restore soft-deleted compute node with same uuid
ecd1e04621 Add functional regression recreate test for bug 1839560
a17bb97b2e Fix misuse of nova.objects.base.obj_equal_prims
35273a844a rt: only map compute node if we created it
7b216e08cf Retrun 400 if invalid query parameters are specified
d72f24569e Add 'path' query parameter to console access url


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

.zuul.yaml                                         |  16 ---
api-ref/source/parameters.yaml                     |  18 +++-
.../get-vnc-console-post-resp.json                 |   2 +-
.../v2.6/create-vnc-console-resp.json              |   2 +-
.../figures/SCH_5009_V00_NUAC-VNC_OpenStack.svg    |   4 +-
.../contributor/testing/zero-downtime-upgrade.rst  |   2 +-
.../openstack/compute/rest_api_version_history.rst |   2 +-
nova/api/openstack/compute/schemas/flavors.py      |  16 ++-
nova/compute/resource_tracker.py                   |   6 +-
nova/compute/rpcapi.py                             |  19 +++-
nova/conf/database.py                              |   5 +-
nova/db/sqlalchemy/api.py                          |  46 ++++++++-
nova/objects/console_auth_token.py                 |  13 ++-
.../get-vnc-console-post-resp.json.tpl             |   2 +-
.../functional/regressions/test_bug_1839560.py     | 113 +++++++++++++++++++++
nova/virt/disk/mount/nbd.py                        |   5 +-
nova/virt/fake.py                                  |  14 +++
nova/virt/ironic/driver.py                         |   6 +-
.../support-novnc-1.1.0-ce677fe3381b2a11.yaml      |   7 ++
40 files changed, 599 insertions(+), 195 deletions(-)







More information about the Release-announce mailing list