2023.1 Series Release Notes¶
2023.1-eom¶
Upgrade Notes¶
ErlangRPMs onaarch64architecture are now installed from a newlocation -OpenStack Kolla’s COPRcompared toHrw’s COPR.
RabbitMQ and Erlang packages are now all installed from the Cloudsmith
rabbitmq.commirrors since the RabbitMQpackagecloud.iois gettingshut down August 18st, 2024:https://www.rabbitmq.com/blog/2024/08/11/package-repository-updates#packagecloud-will-be-discontinued-on-aug-18th-2024
Bug Fixes¶
Fixes the inconsistency issue between config.json andreal state in the container.LP#2060855
Fixes incompatibility between
ansible.posix1.6.0 andansible-coreversions below 2.15 by cappingansible.posixto 1.5.x.LP#2080609
Fixes missing tpm user for nova-compute and nova-libvirt containersby adding tpm2-tools package to Ubuntu/Debian nova containers.LP#2067050
Fixed ironic-conductor missing packages genisoimage and syslinux/isolinux.
16.6.0¶
Bug Fixes¶
Apache services like Keystone now started with correct unicode locale.Keystone under Apache on Ubuntu will fail with a UnicodeEncodeErrorwhen LDAP driver and DEBUG are enabled.LP#2076453
Fixes an issue where kolla-toolbox will fail to build due to mismatchedrabbitmq-server dependencies.LP#2066171
16.5.0¶
Bug Fixes¶
Fixes a bug where swtpm and swtpm-tools deb packages are missing in ‘nova-compute’ and ‘nova-libvirt’ containers which keeps ‘nova-compute’ container from starting when operator enables TPM support in Nova.LP#2062572
Fixes a bug where the
rsyncRPM package was missing in theswift-basecontainer.Seebug 2062072 for details.
16.3.0¶
Bug Fixes¶
The Nova API container extended startup script has been updated to onlysync the local Nova cell. This resolves an error that would occur when theNova database password changes. More details can be found onthis bugreport.
16.2.0¶
Bug Fixes¶
Fixes missing way for kolla-toolbox to be built offline.LP#2020761
Adds missinggrafana-opensearch-datasource plugin to the list of pluginsin the docker image.
Fix container restart conditions to be tolerant of missing optional sourceand/or destination files. For more details, see the followingbug report
16.0.0¶
New Features¶
Add
skylinecontainer images.Skylineis a modern OpenStack dashboard service.
The OVN Neutron Agent container image (
neutron-ovn-agent) hasbeen 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 versionchanges.
Upgrade Notes¶
Kolla toolbox is now using ansible-core 2.14.
Default base distribution has been changed from CentOS Streamto Rocky Linux.
skydiveKolla images have been dropped, the project is not activeanymore.
Gnocchiversion 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_typeargument is now removed. We no longer supportother values thansourcetherefore handling of argument was dropped.
Switch trove-api to wsgi running under apache. Replace troveuser with root user in trove-api image, services running underapache need root privilege.
Bug Fixes¶
Fixes an issue where the script
kolla_ensure_openvswitch_configuredintheopenvswitch-db-serverimage would ignore errors encountered whileconfiguring bridges and ports.LP#1999778
Fixes starting mistral-api not starting.root user needs to be used when starting mistral-api using apache2.Previously, themistral user was used, but it lacks some permissions.LP#2000915
