We jubilantly announce the release of: nova 27.5.0: Cloud computing fabric controller This release is part of the antelope release series. The source is available from: https://opendev.org/openstack/nova Download the package from: https://tarballs.openstack.org/nova/ Please report issues through: https://bugs.launchpad.net/nova/+bugs For more details, please see below. Changes in nova 27.4.0..27.5.0 ------------------------------ 5b417108a7 Refactor vf profile for PCI device f53824f95b [tools] Backport validator: handle unmaintained 8b79f0f6a4 [tools] Ignore bot generated patches fe3513f37a Fixed an error when caching multiple images in aggregate 734aa4611f Fix test_vmdk_bad_descriptor_mem_limit and test_vmdk_bad_descriptor_mem_limit_stream_optimized 77dfa4f6f3 Remove AMI snapshot format special case fbe429051e Change force_format strategy to catch mismatches b487ac2622 cpu: Only check governor type on online cores 47428f6caf Stabilize iso format unit tests 673103fd63 fix qemu-img version dependent tests 65f0789df0 Add iso file format inspector 1233d7b935 Reproduce iso regression with deep format inspection 58cd955c7d port format inspector tests from glance baa0b4ff87 Fix exception catch when volume mount fails Diffstat (except docs and test files) ------------------------------------- nova/api/openstack/compute/aggregates.py | 2 +- nova/image/format_inspector.py | 109 +++- nova/network/neutron.py | 13 +- .../functional/libvirt/test_pci_sriov_servers.py | 6 + .../unit/api/openstack/compute/test_aggregates.py | 25 + nova/virt/images.py | 59 +- nova/virt/libvirt/cpu/api.py | 12 +- nova/virt/libvirt/driver.py | 6 +- nova/virt/libvirt/volume/mount.py | 2 +- tools/check-cherry-picks.sh | 11 +- 18 files changed, 1080 insertions(+), 97 deletions(-)