[release-announce] nova_powervm 9.0.0 (train)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 16 12:53:06 UTC 2019


We are pleased to announce the release of:

nova_powervm 9.0.0: PowerVM driver for OpenStack Nova.

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/nova_powervm

Download the package from:

    https://tarballs.openstack.org/nova-powervm/

For more details, please see below.

Changes in nova_powervm 8.0.0.0rc1..9.0.0
-----------------------------------------

5de7a5e Updated Libraries:
81b9b49 Add Debug Log
2ddd028 Dropping the py35 testing
1cdb964 Adding IBM i remarks section
98630ef Fixing UT failure.
61b7bdd OpenDev Migration Patch
7a8516f Remove "supports_recreate" from capabilities
2819a9c Add supports_evacuate=True to capabilities
c6f7107 Replace openstack.org git:// URLs with https://
d95e180 Add requested_size to extend_volume
b4c08d2 Bump minimum psycopg2
5a342bd Share snapshot image membership with instance owner


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

.gitreview                                         |  2 +-
.zuul.yaml                                         |  1 -
devstack/local.conf.aio-ovs-ssp                    |  2 +-
devstack/local.conf.aio-sea-localdisk              |  2 +-
lower-constraints.txt                              | 57 +++++++++++--------
nova_powervm/conf/powervm.py                       |  1 +
nova_powervm/virt/powervm/disk/driver.py           |  2 +-
nova_powervm/virt/powervm/driver.py                | 66 ++++++++++++----------
nova_powervm/virt/powervm/host.py                  |  5 +-
nova_powervm/virt/powervm/image.py                 |  2 +-
nova_powervm/virt/powervm/live_migration.py        | 10 ++--
nova_powervm/virt/powervm/media.py                 |  7 ++-
nova_powervm/virt/powervm/mgmt.py                  |  6 +-
nova_powervm/virt/powervm/vif.py                   |  8 +--
nova_powervm/virt/powervm/vm.py                    | 10 ++--
nova_powervm/virt/powervm/volume/iscsi.py          |  3 +-
nova_powervm/virt/powervm/volume/npiv.py           | 12 ++--
requirements.txt                                   |  7 ++-
test-requirements.txt                              |  5 +-
tox.ini                                            |  9 +--
31 files changed, 159 insertions(+), 129 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 9fc76de..3c0ef26 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ six>=1.10.0 # MIT
-oslo.config>=5.2.0 # Apache-2.0
+oslo.config>=6.1.0 # Apache-2.0
@@ -9 +9 @@ oslo.log>=3.36.0 # Apache-2.0
-oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
+oslo.serialization!=2.19.1,>=2.21.1 # Apache-2.0
@@ -10,0 +11 @@ oslo.utils>=3.37.0 # Apache-2.0
+os-resource-classes>=0.1.0 # Apache-2.0
@@ -11,0 +13,2 @@ pypowervm>=1.1.20 # Apache-2.0
+sphinx!=1.6.6,!=1.6.7,<2.0.0,>=1.6.2;python_version=='2.7' # BSD
+sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4'  # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 24f1963..963ddbd 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=1.1.0,<1.2.0 # Apache-2.0
@@ -8,0 +9,2 @@ oslotest>=3.2.0 # Apache-2.0
+sphinx!=1.6.6,!=1.6.7,<2.0.0,>=1.6.2;python_version=='2.7' # BSD
+sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4'  # BSD
@@ -12,0 +15 @@ mock>=2.0.0 # BSD
+pycodestyle>=2.0.0 # MIT License






More information about the Release-announce mailing list