We are happy to announce the release of: kolla 16.6.0: Kolla OpenStack Deployment This release is part of the antelope release series. The source is available from: https://opendev.org/openstack/kolla Download the package from: https://tarballs.openstack.org/kolla/ Please report issues through: https://bugs.launchpad.net/kolla/+bugs For more details, please see below. 16.6.0 ^^^^^^ Bug Fixes * Apache services like Keystone now started with correct unicode locale. Keystone under Apache on Ubuntu will fail with a UnicodeEncodeError when LDAP driver and DEBUG are enabled. LP#2076453 * Fixes an issue where kolla-toolbox will fail to build due to mismatched rabbitmq-server dependencies. LP#2066171 Changes in kolla 16.5.0..16.6.0 ------------------------------- 3a39a79ee keystone: Fix requests-kerberos installation 0d55fe0f7 CI: Disable CentOS/Rocky/Ubuntu aarch64 jobs a7a602b9b Configure Apache services to use correct locale 343e0bc40 Build RabbitMQ 3.11, 3.12 and 3.13 in 2023.1 0f6b1a2c7 Move apt_prefs pins to respective images Diffstat (except docs and test files) ------------------------------------- .zuul.d/centos.yaml | 3 --- .../kolla-toolbox/apt_preferences_rabbitmq.debian | 1 + .../kolla-toolbox/apt_preferences_rabbitmq.ubuntu | 1 + .../rabbitmq-3-12/apt_preferences_rabbitmq.debian | 7 ++++++ .../rabbitmq-3-12/apt_preferences_rabbitmq.ubuntu | 7 ++++++ .../rabbitmq-3-12/rabbitmq_packages_rpm.centos | 4 ++++ .../rabbitmq-3-12/rabbitmq_packages_rpm.rocky | 4 ++++ .../rabbitmq-3-13/apt_preferences_rabbitmq.debian | 7 ++++++ .../rabbitmq-3-13/apt_preferences_rabbitmq.ubuntu | 7 ++++++ .../rabbitmq-3-13/rabbitmq_packages_rpm.centos | 4 ++++ .../rabbitmq-3-13/rabbitmq_packages_rpm.rocky | 4 ++++ .../rabbitmq/apt_preferences_rabbitmq.debian | 7 ++++++ .../rabbitmq/apt_preferences_rabbitmq.ubuntu | 7 ++++++ .../rabbitmq/{ => rabbitmq}/healthcheck_rabbitmq | 0 .../rabbitmq/rabbitmq/rabbitmq_packages_rpm.centos | 4 ++++ .../rabbitmq/rabbitmq/rabbitmq_packages_rpm.rocky | 4 ++++ kolla/template/repos.yaml | 28 ++++++++++++++++++---- .../configure-apache-locale-d0150e5881f00e65.yaml | 7 ++++++ ...rences-into-kolla-toolbox-32d7209c4cf1f3c9.yaml | 6 +++++ 32 files changed, 146 insertions(+), 22 deletions(-)