toolbox: Bump ansible-core to 2.15

This was forgotten in 2023.2 cycle.

Change-Id: If66f95e52b1897d5b2d319fb1a43bde5ed9db751
This commit is contained in:
Michal Nasiadka 2024-02-26 09:27:27 +01:00
parent 3927238ade
commit 9543563924
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).