We are stoked to announce the release of: nova 14.0.6: Cloud computing fabric controller This release is part of the newton stable release series. Download the package from: https://tarballs.openstack.org/nova/ For more details, please see below. Changes in nova 14.0.5..14.0.6 ------------------------------ 41aef64 Fix the evacuate API without json-schema validation in 2.13 70c1eb6 Fix port update exception when unshelving an instance with PCI devices ad12fa6 Fix mitaka online migration for PCI devices 8e51086 Move wsgi-intercept to test-requirements.txt 6d1ce4c Use deepcopy when process filters in db api 4aa5a3b Fix HTTP 500 raised for getConsoleLog for stopped instance 47f74fe Updated from global requirements a96092d Ignore IOError when creating 'console.log' 8142d52 libvirt: conditionally set script path for ethernet vif types adec640 libvirt: set vlan tag for macvtap on SR-IOV VFs Diffstat (except docs and test files) ------------------------------------- nova/api/openstack/compute/evacuate.py | 2 +- nova/db/sqlalchemy/api.py | 2 +- .../330_enforce_mitaka_online_migrations.py | 8 ++- nova/network/neutronv2/api.py | 3 +- nova/virt/libvirt/designer.py | 19 +++++-- nova/virt/libvirt/driver.py | 11 +++- nova/virt/libvirt/vif.py | 21 ++++++-- requirements.txt | 3 +- test-requirements.txt | 3 ++ 15 files changed, 269 insertions(+), 28 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6c68b91..e95e0d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35 +35 @@ stevedore>=1.16.0 # 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,>=16.0 # PSF/ZPL @@ -61 +60,0 @@ microversion-parse>=0.1.2 # Apache-2.0 -wsgi-intercept>=0.6.1 # MIT License diff --git a/test-requirements.txt b/test-requirements.txt index 249bca6..b3ae4d3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -33,0 +34,3 @@ reno>=1.8.0 # Apache2 + +# placement functional tests +wsgi-intercept>=0.6.1 # MIT License