compute-hyperv 9.0.0 (train)
We are chuffed to announce the release of: compute-hyperv 9.0.0: Hyper-V Nova Driver This release is part of the train release series. The source is available from: https://opendev.org/openstack/compute-hyperv Download the package from: https://tarballs.openstack.org/compute-hyperv/ Please report issues through: https://bugs.launchpad.net/compute-hyperv/+bugs For more details, please see below. Changes in compute-hyperv 8.0.0..9.0.0 -------------------------------------- 9b8ebe0 Pass missing arg to "migrate_instance_finish" 3296562 tox: use the right nova branch for stable/train 0edfb73 Update TOX/UPPER_CONSTRAINTS_FILE for stable/train 997cbf5 Update .gitreview for stable/train bf39a47 Trivial: improve failover logging 20c1b20 Initialize coordination during driver init e8e2bed Handle instances failed over while nova was down 7dd1695 Recreate ports for failed over instances a721681 Avoid error state for recovered instances after failed migrations d9c1cb6 Allocations leaked during migration rollback cb20397 Update driver interface 20ee066 Update driver interface bdeb8b4 Update .gitreview after rename f7c9898 Update docs jobs 9dcbece Expose Hyper-V supported image types 6f3e999 Implement update_provider_tree Diffstat (except docs and test files) ------------------------------------- .gitreview | 4 +- .zuul.yaml | 12 +++--- compute_hyperv/nova/cluster/clusterops.py | 25 +++++++---- compute_hyperv/nova/cluster/driver.py | 10 +++-- compute_hyperv/nova/cluster/livemigrationops.py | 21 +++++----- compute_hyperv/nova/conf.py | 5 +++ compute_hyperv/nova/coordination.py | 2 + compute_hyperv/nova/driver.py | 30 ++++++++++---- compute_hyperv/nova/hostops.py | 38 +++++++++++++++++ compute_hyperv/nova/livemigrationops.py | 12 +++--- compute_hyperv/nova/vmops.py | 23 +++-------- setup.cfg | 8 ---- test-requirements.txt | 3 +- tox.ini | 14 ++++--- 23 files changed, 255 insertions(+), 147 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index ee4b9c2..54ed72d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10,2 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +sphinx>=1.6.2,!=1.6.6,!=1.6.7,<2.0.0;python_version=='2.7' # BSD +sphinx>=1.6.2,!=1.6.6,!=1.6.7;python_version>='3.4' # BSD
participants (1)
-
no-reply@openstack.org