Merge "toolbox: Bump ansible-core to 2.15" into stable/2023.2

This commit is contained in:
Zuul 2024-02-29 18:14:30 +00:00 committed by Gerrit Code Review
commit 66c7dec630
2 changed files with 6 additions and 1 deletions

View File

@ -64,7 +64,7 @@ RUN mkdir -p /requirements \
ENV PATH {{ venv_path }}/bin:$PATH
{% set kolla_toolbox_pip_packages = [
'ansible-core==2.14.*',
'ansible-core==2.15.*',
'cmd2',
'influxdb',
'openstacksdk',

View File

@ -0,0 +1,5 @@
---
upgrade:
- |
Kolla toolbox is now using ansible-core 2.15 (to sync with Kolla-Ansible
max supported version).