kolla-toolbox: bump ansible-core to 2.13

Change-Id: I13e3cf5a02dadcedd1ebbd54d56f7f633e6e3d68
This commit is contained in:
Michal Nasiadka 2022-10-04 11:04:10 +02:00
parent a9b0b63fed
commit 3f07d8f7f6
3 changed files with 5 additions and 4 deletions

View File

@ -79,7 +79,7 @@ RUN mkdir -p /requirements \
ENV PATH {{ virtualenv_path }}/bin:$PATH
{% set kolla_toolbox_pip_packages = [
'ansible-core==2.11.*',
'ansible-core==2.13.*',
'cmd2',
'influxdb',
'openstacksdk\<0.99.0',

View File

@ -1,6 +1,3 @@
[defaults]
# NOTE(mnasiadka): Omit deprecation warning for soft Python3.8 requirement on the controller
# for ansible-core 2.11. Deprecation warnings break output of kolla_toolbox.
deprecation_warnings = False
remote_tmp = /tmp
log_path = /var/log/kolla/ansible.log

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
Ansible version in ``kolla-toolbox`` container has been upgraded to 2.13