[release-announce] [nova] nova 15.0.3 (ocata)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 12 19:04:44 UTC 2017


We are chuffed to announce the release of:

nova 15.0.3: 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.2..15.0.3
------------------------------

6384e93 Perform old-style local delete for shelved offloaded instances
2b66c67 Regression test for local delete with an attached volume
60a9b72 Set size/status during image create with FakeImageService
361b883 Commit usage decrement after destroying instance
01fa555 Add regression test for quota decrement bug 1678326
eaa38bc Short-circuit local delete path for cells v2 and InstanceNotFound
9d215a0 Updated from global requirements
cc495a2 libvirt: conditionally set script path for ethernet vif types
ce51327 libvirt: set vlan tag for macvtap on SR-IOV VFs


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

nova/compute/api.py                                |  17 ++-
.../functional/regressions/test_bug_1675570.py     | 170 +++++++++++++++++++++
.../functional/regressions/test_bug_1678326.py     |  83 ++++++++++
nova/virt/libvirt/designer.py                      |  19 ++-
nova/virt/libvirt/vif.py                           |  21 ++-
requirements.txt                                   |   2 +-
12 files changed, 422 insertions(+), 44 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index db7afff..5f12326 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -35 +35 @@ stevedore>=1.17.1 # Apache-2.0
-setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,>=16.0 # PSF/ZPL
+setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,>=16.0 # PSF/ZPL





More information about the Release-announce mailing list