nova_powervm 8.0.0 (stein)
We are jazzed to announce the release of: nova_powervm 8.0.0: PowerVM driver for OpenStack Nova. This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/nova-powervm Download the package from: https://tarballs.openstack.org/nova-powervm/ Please report issues through: https://bugs.launchpad.net/nova-powervm/+bugs For more details, please see below. Changes in nova_powervm 7.0.0.0rc1..8.0.0 ----------------------------------------- dfa4796 Remove "supports_recreate" from capabilities 9c06537 Share snapshot image membership with instance owner 091885c Add supports_evacuate=True to capabilities 8120be7 Replace openstack.org git:// URLs with https:// 72f5622 Add requested_size to extend_volume 046858e Use nova's stable/stein branch 6896735 Update UPPER_CONSTRAINTS_FILE for stable/stein 184edbe Update .gitreview for stable/stein 8eb0736 Bump minimum psycopg2 b3e1950 Add use_cache kwarg to get_info b3f9b9a Add the device_id parameter to discover_hdisk 2000340 Fix the misspelling of "except" 9dc6025 Use template for lower-constraints 7c47d01 More py3.x support 046a567 Update setup.cfg metadata bfec942 PowerVM upt parity for reshaper, DISK_GB reserved 54e5014 Use tempfile for powervm config drive 00a9526 Increment versioning with pbr instruction f7c7051 Fix message handling with VirtualInterfacePlugException class usage dadcea3 Fix typo 362b705 Support secure_boot extra_spec in _format_flavor b9338ee Use uuidsentinel from oslo.utils e526cc7 Clean up .gitignore 1241ea0 add python 3.6 unit test job e2ebbc6 import zuul job settings from project-config f81f39d iSCSI: Clean up source VIOS on migration dcc2bfa PowerVM: update_provider_tree() (compatible) Diffstat (except docs and test files) ------------------------------------- .gitignore | 35 ++++-- .gitreview | 1 + .zuul.yaml | 13 +- devstack/local.conf.aio-ovs-ssp | 2 +- devstack/local.conf.aio-sea-localdisk | 2 +- lower-constraints.txt | 6 +- nova_powervm/virt/powervm/driver.py | 75 +++++++++-- nova_powervm/virt/powervm/image.py | 2 +- nova_powervm/virt/powervm/media.py | 48 +++---- nova_powervm/virt/powervm/vif.py | 2 +- nova_powervm/virt/powervm/vm.py | 2 + nova_powervm/virt/powervm/volume/iscsi.py | 15 +++ nova_powervm/virt/powervm/volume/vscsi.py | 9 +- requirements.txt | 4 +- setup.cfg | 8 +- tox.ini | 26 ++-- 26 files changed, 388 insertions(+), 139 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 80ada95..9fc76de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,2 +10,2 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 -oslo.utils>=3.33.0 # Apache-2.0 -pypowervm>=1.1.16 # Apache-2.0 +oslo.utils>=3.37.0 # Apache-2.0 +pypowervm>=1.1.20 # Apache-2.0
participants (1)
-
no-reply@openstack.org