OpenStack-Ansible 2023.2 Bobcat cycle highlights

Change-Id: Ia39d162702bcfd7cfeac8be82abfb5b69f834a23
This commit is contained in:
Dmitriy Rabotyagov 2023-09-21 07:26:38 +02:00
parent 2efa61b9f4
commit 1881f4f970

View File

@ -6,3 +6,17 @@ team: OpenStackAnsible
type: trailing
repository-settings:
openstack/openstack-ansible: {}
cycle-highlights:
- |
Ansible Core version is updated to 2.15 series. With that required
collections were updated to the latest versions as well.
- |
Added support for RabbitMQ quorum queues. As part of migration process to
quorum queues vhost names will be changed from ``/<service>`` to
``<service`` (ie ``/nova`` -> ``nova``).
At the same time in case of continue using classic queues, their version
will be changed to 2.
- |
RabbitMQ is upgraded to 3.12 series
- |
Added support for Debian 12 (Bookworm)