mirror of
https://opendev.org/openstack/kolla.git
synced 2026-01-16 23:10:33 +00:00
Merge "kolla-toolbox: Bump ansible-core to 2.18"
This commit is contained in:
commit
71fd3920f7
2 changed files with 5 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ RUN mkdir -p /requirements \
|
|||
ENV PATH {{ venv_path }}/bin:$PATH
|
||||
|
||||
{% set kolla_toolbox_pip_packages = [
|
||||
'ansible-core==2.17.*',
|
||||
'ansible-core==2.18.*',
|
||||
'cmd2',
|
||||
'influxdb',
|
||||
'openstacksdk',
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
upgrade:
|
||||
- |
|
||||
Kolla toolbox is now using ``ansible-core 2.18``
|
||||
Loading…
Add table
Reference in a new issue