We are ecstatic to announce the release of: nova 15.0.4: Cloud computing fabric controller This release is part of the ocata stable release series. Download the package from: https://tarballs.openstack.org/nova/ For more details, please see below. Changes in nova 15.0.3..15.0.4 ------------------------------ f281c18 Fix port update exception when unshelving an instance with PCI devices fbab83e Fix libvirt group selection in live migration test c23c5e9 Fix mitaka online migration for PCI devices 4cd77a2 Fix the evacuate API without json-schema validation in 2.13 01ffbdf Use deepcopy when process filters in db api c9620d5 Add regression test for server filtering by tags bug 1682693 012fa93 Stop failed live-migrates getting stuck migrating 1c6eab1 Fix HTTP 500 raised for getConsoleLog for stopped instance e1ba615 Do not attempt to load osinfo if we do not have os_distro Diffstat (except docs and test files) ------------------------------------- nova/api/openstack/compute/evacuate.py | 2 +- nova/compute/manager.py | 10 ++- nova/db/sqlalchemy/api.py | 2 +- .../330_enforce_mitaka_online_migrations.py | 8 +- nova/network/neutronv2/api.py | 3 +- .../functional/regressions/test_bug_1682693.py | 93 ++++++++++++++++++++++ nova/virt/libvirt/driver.py | 2 + nova/virt/osinfo.py | 10 ++- 17 files changed, 331 insertions(+), 18 deletions(-)