We are excited to announce the release of: nova 29.0.2: Cloud computing fabric controller This release is part of the caracal 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. 29.0.2 ^^^^^^ Bug Fixes * Nova now ensures that an instance cannot move between availability zones when the host of the instance is added or removed to an aggregate that is part of another availability zone. Moving from or to the default availability zone is also rejected. This resolves bug 1907775 where after such move the instance become stuck in between availability zones. (https://bugs.launchpad.net/nova/+bug/1907775) Changes in nova 29.0.1..29.0.2 ------------------------------ 994358d582 Reject AZ changes during aggregate add / remove host 7634cfa09e [ironic] Fix rebooting instance ebd45460f7 Always delete NVRAM files when deleting instances fc4b592d55 Fix nova-manage image_property show unexpected keyword ae003e7a8d [stable-only] Update TOX_CONSTRAINTS_FILE for stable/2024.1 8b9063bc99 [stable-only] Update .gitreview for stable/2024.1 Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + api-ref/source/os-aggregates.inc | 6 ++ nova/api/openstack/compute/aggregates.py | 4 +- nova/cmd/manage.py | 8 +- nova/compute/api.py | 98 ++++++++++++++++++++++ nova/virt/ironic/driver.py | 14 ++-- nova/virt/libvirt/driver.py | 28 ++----- nova/virt/libvirt/guest.py | 5 +- ...e-during-aggregate-update-64d319d0717ed704.yaml | 12 +++ tox.ini | 2 +- 17 files changed, 211 insertions(+), 88 deletions(-)
participants (1)
-
no-reply@openstack.org