2023.1 Series Release Notes

2023.1-eom

Upgrade Notes

Bug Fixes

  • Fixes the inconsistency issue between config.json andreal state in the container.LP#2060855

  • Fixes incompatibility betweenansible.posix 1.6.0 andansible-coreversions below 2.15 by cappingansible.posix to 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 thersync RPM package was missing in theswift-base container.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

  • Addskyline container images.Skyline is 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.

  • skydive Kolla images have been dropped, the project is not activeanymore.

  • 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 supportother values thansource therefore 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 scriptkolla_ensure_openvswitch_configured intheopenvswitch-db-server image 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