[new][nova] nova 13.1.1 release (mitaka)
We are happy to announce the release of: nova 13.1.1: Cloud computing fabric controller This release is part of the mitaka stable release series. For more details, please see below. 13.1.1 ^^^^^^ Known Issues * When using Neutron extension 'port_security' and booting an instance on a network with 'port_security_enabled=False' the Nova API response says there is a 'default' security group attached to the instance which is incorrect. However when listing security groups for the instance there are none listed, which is correct. The API response will be fixed separately with a microversion. Changes in nova 13.1.0..13.1.1 ------------------------------ 82190bd Fix multipath iSCSI encrypted volume attach failure 53314c4 Don't raise error when filtering on custom metadata 0b4e6ac Imported Translations from Zanata 011b8fd Updated from global requirements 32a9d01 Fix NoSuchOptError when referring to conf.neutron.auth_plugin 418559e Use constraints for coverage job cf94540 pci: add safe-guard to __eq__ of PciDevice 63473a3 Imported Translations from Zanata 9228bb5 Handle keypair not found from metadata server 57638a8 virt/hardware: Fix 'isolate' case on non-SMT hosts 26364b2 libvirt: release serial console ports when destroying guests 9f1bc4c network: Fix nova boot with multiple security-groups 6fce7d3 Properly clean up BDMs when _provision_instances fails 84d5697 network: make nova to handle port_security_enabled=False 0c4fc78 Live migration failure in API leaves VM in MIGRATING state Diffstat (except docs and test files) ------------------------------------- nova/api/metadata/base.py | 29 +- nova/compute/api.py | 12 +- nova/db/sqlalchemy/api.py | 3 + nova/locale/es/LC_MESSAGES/nova-log-error.po | 24 +- nova/locale/es/LC_MESSAGES/nova-log-info.po | 31 +- nova/locale/es/LC_MESSAGES/nova-log-warning.po | 34 +- nova/locale/es/LC_MESSAGES/nova.po | 1301 ++-- nova/locale/it/LC_MESSAGES/nova.po | 22 +- nova/locale/ja/LC_MESSAGES/nova.po | 16 +- nova/locale/ko_KR/LC_MESSAGES/nova.po | 190 +- nova/locale/nova-log-critical.pot | 24 - nova/locale/nova-log-error.pot | 1541 ----- nova/locale/nova-log-info.pot | 1458 ----- nova/locale/nova-log-warning.pot | 2001 ------ nova/locale/nova.pot | 6609 -------------------- nova/locale/pt_BR/LC_MESSAGES/nova.po | 701 +-- nova/locale/tr_TR/LC_MESSAGES/nova.po | 9 +- nova/locale/zh_CN/LC_MESSAGES/nova-log-critical.po | 8 +- nova/locale/zh_CN/LC_MESSAGES/nova-log-error.po | 35 +- nova/locale/zh_CN/LC_MESSAGES/nova.po | 1407 ++--- nova/locale/zh_TW/LC_MESSAGES/nova.po | 16 +- nova/network/neutronv2/api.py | 43 +- nova/objects/pci_device.py | 2 + .../aggregate_image_properties_isolation.py | 11 +- ...aggregate_image_properties_isolation_filters.py | 30 + .../unit/volume/encryptors/test_cryptsetup.py | 40 +- nova/virt/hardware.py | 3 +- nova/virt/libvirt/driver.py | 17 +- nova/volume/encryptors/cryptsetup.py | 39 +- .../notes/known-issue-on-api-1efca45440136f3e.yaml | 8 + requirements.txt | 4 +- tox.ini | 4 - 40 files changed, 2535 insertions(+), 13600 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index aab7b5b..944d095 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36 +36 @@ stevedore>=1.5.0 # Apache-2.0 -setuptools>=16.0 # PSF/ZPL +setuptools!=24.0.0,>=16.0 # PSF/ZPL @@ -57 +57 @@ alembic>=0.8.0 # MIT -os-brick>=1.0.0 # Apache-2.0 +os-brick!=1.4.0,>=1.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org