Skip to content

Commit 3c130f2

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "toolbox: Bump ansible-core to 2.17"
2 parents ec64f29 + e5d19ff commit 3c130f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/kolla-toolbox/Dockerfile.j2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
77

88
{% set venv_path='/opt/ansible' %}
99
{% if base_package_type == 'rpm' %}
10-
{% set distro_python_version = '3.11' %}
10+
{% set distro_python_version = '3.12' %}
1111
{% endif %}
1212
{% set os_client_config= venv_path + '/lib/python' + distro_python_version + '/site-packages/os_client_config/defaults.json' %}
1313

@@ -39,8 +39,8 @@ COPY apt_preferences_rabbitmq.{{ base_distro }} /etc/apt/preferences.d/rabbitmq
3939
'openssh-clients',
4040
'openssl-devel',
4141
'openvswitch',
42-
'python3.11',
43-
'python3.11-devel',
42+
'python3.12',
43+
'python3.12-devel',
4444
'rabbitmq-server-3.13.*'
4545
] %}
4646

@@ -73,7 +73,7 @@ RUN mkdir -p /requirements \
7373
ENV PATH {{ venv_path }}/bin:$PATH
7474

7575
{% set kolla_toolbox_pip_packages = [
76-
'ansible-core==2.16.*',
76+
'ansible-core==2.17.*',
7777
'cmd2',
7878
'influxdb',
7979
'openstacksdk',

0 commit comments

Comments
 (0)