We are glad to announce the release of: openstack-ansible 28.4.1 This release is part of the bobcat 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 28.4.0..28.4.1 ------------------------------------------- 434bef284 Bump SHAs for 2023.2 1296b2c33 Remove senlin/sahara/murano roles from required project 4d425fcdb Bump SHAs for 2023.2 c64aeea2a Deny access to any paths including /. for console proxies. Diffstat (except docs and test files) ------------------------------------- ansible-role-requirements.yml | 8 ++++---- inventory/group_vars/all/source_git.yml | 4 ++-- inventory/group_vars/barbican_all/source_git.yml | 4 ++-- inventory/group_vars/blazar_all/source_git.yml | 4 ++-- inventory/group_vars/cinder_all/source_git.yml | 4 ++-- inventory/group_vars/heat_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 | 16 ++++++++-------- inventory/group_vars/nova_all/haproxy_service.yml | 6 ++++++ 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 ++-- test-requirements.txt | 4 ++++ zuul.d/jobs.yaml | 6 ------ 17 files changed, 47 insertions(+), 43 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