Merge "kolla-toolbox: bump ansible-core to 2.13"

This commit is contained in:
Zuul 2022-10-05 14:24:02 +00:00 committed by Gerrit Code Review
commit 27bda7a0b5
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