We contentedly announce the release of: nova 18.0.2: Cloud computing fabric controller This release is part of the rocky stable release series. Download the package from: https://tarballs.openstack.org/nova/ For more details, please see below. Changes in nova 18.0.1..18.0.2 ------------------------------ 745f0b6 Fix stacktraces with redis caching backend b3060a9 Null out instance.availability_zone on shelve offload fc9c877 nova-manage - fix online_data_migrations counts 18cc479 Use INFO for logging no allocation candidates 2207968 Ignore VirtDriverNotReady in _sync_power_states periodic task c72bb2c Enforce case-sensitive hostnames in aggregate host add c8ea8ed Revert "Make host_aggregate_map dictionary case-insensitive" e1d55af Explicitly fail if trying to attach SR-IOV port c559c5b nova-status - don't count deleted compute_nodes 3480454 Optimize AZ lookup during schedule_and_build_instances 6186996 Delete instance_id_mappings record in instance_destroy 518fdc7 Filter deleted computes from get_all_by_uuids() dba00db XenAPI/Stops the migration of volume backed VHDS bda6173 libvirt: Use os.stat and os.path.getsize for RAW disk inspection 161d386 Fix service list for disabled compute using MC driver 270407a Follow devstack-plugin-ceph job rename Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 4 +- .../instance-shelve_offload-end.json | 1 + nova/cmd/manage.py | 14 ++-- nova/cmd/status.py | 3 +- nova/compute/api.py | 13 +++- nova/compute/manager.py | 12 +++- nova/conductor/manager.py | 9 ++- nova/consoleauth/manager.py | 3 +- nova/db/sqlalchemy/api.py | 2 + nova/exception.py | 6 ++ nova/network/neutronv2/api.py | 26 +++++-- nova/objects/compute_node.py | 3 +- nova/scheduler/host_manager.py | 6 +- nova/scheduler/manager.py | 8 +-- nova/servicegroup/drivers/mc.py | 6 +- .../unit/servicegroup/test_mc_servicegroup.py | 10 +++ nova/virt/libvirt/driver.py | 46 ++++++------- nova/virt/xenapi/vmops.py | 78 +++++++++++---------- nova/virt/xenapi/volume_utils.py | 6 +- 34 files changed, 380 insertions(+), 160 deletions(-)