kolla-toolbox: bump ansible-core to 2.13
Change-Id: I13e3cf5a02dadcedd1ebbd54d56f7f633e6e3d68
This commit is contained in:
parent
a9b0b63fed
commit
3f07d8f7f6
@ -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',
|
||||
|
@ -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
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
Ansible version in ``kolla-toolbox`` container has been upgraded to 2.13
|
Loading…
Reference in New Issue
Block a user