Current Series Release Notes¶
18.0.0-21¶
New Features¶
Add kolla_enable_bifrost to make deploying Bifrost optional. It defaults to true maintaining the current behavior.
Upgrade Notes¶
Updates the default cloud image for CentOS Stream 9 deployments to use
CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2
.
Bug Fixes¶
Fixes incorrect handling of
ansible_python_interpreter
when usingansible-collection-kolla
. Kayobe now aligns its behavior withkolla-ansible
to ensure the correct interpreter is used. LP#2111594
Fixes the user prompt for deprovisioning multiple overcloud hosts at once. Previously, the prompt would only confirm deprovisioning for one host. It will now correctly apply to all hosts that have been targeted. LP#2115037
Bumps the
stackhpc.libvirt-vm
role to v1.16.3 to fix seed and infra VM provisioning failures on Rocky Linux 9.6.
Fixes an infinite loop when deploying seed containers. LP#2114845
Fixes an issue building images with a regex when no image registry is set LP#2112646