openstack-ansible 29.2.1 (caracal)
We high-spiritedly announce the release of: openstack-ansible 29.2.1 This release is part of the caracal 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. Changes in openstack-ansible 29.2.0..29.2.1 ------------------------------------------- 2d3f316f2 Bump SHAs for 2024.1 1be52e85d Remove senlin/sahara/murano roles from required project 36f7da52b Fix inventory adjustment for legacy container naming Diffstat (except docs and test files) ------------------------------------- ansible-role-requirements.yml | 12 ++++++------ inventory/group_vars/barbican_all/source_git.yml | 4 ++-- inventory/group_vars/cinder_all/source_git.yml | 4 ++-- inventory/group_vars/horizon_all/source_git.yml | 4 ++-- inventory/group_vars/ironic_all/source_git.yml | 4 ++-- inventory/group_vars/magnum_all/source_git.yml | 4 ++-- inventory/group_vars/manila_all/source_git.yml | 4 ++-- inventory/group_vars/neutron_all/source_git.yml | 18 +++++++++--------- inventory/group_vars/nova_all/source_git.yml | 6 +++--- inventory/group_vars/octavia_all/source_git.yml | 4 ++-- inventory/group_vars/swift_all/source_git.yml | 4 ++-- inventory/group_vars/trove_all/source_git.yml | 4 ++-- osa_toolkit/generate.py | 5 +++-- test-requirements.txt | 4 ++++ zuul.d/jobs.yaml | 6 ------ 15 files changed, 43 insertions(+), 44 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 88615ad25..a252f453a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16,0 +17,4 @@ Jinja2>=2.10 # BSD + +# NOTE(jrosser) Ensure that we are using the same version of ansible +# for test cases such as linters, as we do for deployments +ansible-core==2.15.9 \ No newline at end of file
participants (1)
-
no-reply@openstack.org