We are stoked to announce the release of: openstack-ansible 32.0.1 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/openstack-ansible Download the package from: https://tarballs.openstack.org/openstack-ansible/ Please report issues through: https://bugs.launchpad.net/openstack-ansible/+bugs For more details, please see below. 32.0.1 ^^^^^^ Known Issues ************ * A known issue exists in Horizon where user sessions may be unexpectedly invalidated due to internal memoization and cache handling behavior. As a temporary mitigation, operators may configure Horizon to use the cookie-based session backend by setting the horizon_session_engine option to django.contrib.sessions.backends.signed_cookies instead of a memcached session storage backend. Bug Fixes ********* * OpenStack-Ansible and venv version detection is fixed for environments which were upgraded from pre-Flamingo releases. * GPG key URLs for RabbitMQ and Erlang were updated to relevant ones for RPM-based distributions. This fixes RabbitMQ/Erlang installation for CentOS and Rocky Linux. Changes in openstack-ansible 32.0.0..32.0.1 ------------------------------------------- 8129d70a4 Bump SHAs for 2025.2 45851c6c0 Fix OSA_VERSION during upgrades eef449a7d Bump SHAs for 2025.2 0ef863144 Ensure bash-completion also search for .yaml f8552f00f aio: fix octavia/trove when used with ovs Diffstat (except docs and test files) ------------------------------------- ansible-role-requirements.yml | 40 +++++++++++----------- .../openstack_user_config.yml.aio.j2 | 8 +++++ inventory/group_vars/all/source_git.yml | 4 +-- inventory/group_vars/blazar_all/source_git.yml | 6 ++-- inventory/group_vars/cinder_all/source_git.yml | 4 +-- inventory/group_vars/glance_all/source_git.yml | 4 +-- inventory/group_vars/horizon_all/source_git.yml | 8 ++--- inventory/group_vars/ironic_all/source_git.yml | 4 +-- inventory/group_vars/manila_all/source_git.yml | 4 +-- inventory/group_vars/neutron_all/source_git.yml | 8 ++--- inventory/group_vars/nova_all/source_git.yml | 4 +-- inventory/group_vars/octavia_all/source_git.yml | 6 ++-- inventory/group_vars/skyline_all/source_git.yml | 4 +-- inventory/group_vars/swift_all/source_git.yml | 4 +-- inventory/group_vars/trove_all/source_git.yml | 4 +-- pyproject.toml | 3 ++ ...xed-osa-version-detection-59ea42b9f2f55914.yaml | 5 +++ ...ession-invalidation-issue-c4a8f19e2d7b6a03.yaml | 11 ++++++ .../notes/rpm_gpg_url-ae026bf0b47b845c.yaml | 6 ++++ scripts/bash-completion | 3 +- scripts/bootstrap-ansible.sh | 2 +- setup.py | 2 +- 22 files changed, 89 insertions(+), 55 deletions(-)