2023.1 Series Release Notes¶
16.2.0¶
Bug Fixes¶
Fixes missing way for kolla-toolbox to be built offline. LP#2020761
Adds missing grafana-opensearch-datasource plugin to the list of plugins in the docker image.
Fix container restart conditions to be tolerant of missing optional source and/or destination files. For more details, see the following bug report
16.0.0¶
New Features¶
Add
skyline
container images.Skyline
is a modern OpenStack dashboard service.
The OVN Neutron Agent container image (
neutron-ovn-agent
) has been added.
ovn-expoter has been updated to version 1.0.6
- Added two macros to manipulate “upper-constraints.txt” file:
upper_constraints_remove()
upper_constraints_version_change()
First one allows to remove not wanted constraint, second is for version changes.
Upgrade Notes¶
Kolla toolbox is now using ansible-core 2.14.
Default base distribution has been changed from CentOS Stream to Rocky Linux.
skydive
Kolla images have been dropped, the project is not active anymore.
Gnocchi
version has been updated to4.5.0
.
Opensearch and Opensearch Dashboards have been updated to 2.5 version.
RabbitMQ version has been updated to 3.11.
install_type
argument is now removed. We no longer support other values thansource
therefore handling of argument was dropped.
Switch trove-api to wsgi running under apache. Replace trove user with root user in trove-api image, services running under apache need root privilege.
Bug Fixes¶
Fixes an issue where the script
kolla_ensure_openvswitch_configured
in theopenvswitch-db-server
image would ignore errors encountered while configuring bridges and ports. LP#1999778
Fixes starting mistral-api not starting. root user needs to be used when starting mistral-api using apache2. Previously, the mistral user was used, but it lacks some permissions. LP#2000915