File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
7
7
8
8
{% set venv_path ='/opt/ansible' %}
9
9
{% if base_package_type == 'rpm' %}
10
- {% set distro_python_version = '3.11 ' %}
10
+ {% set distro_python_version = '3.12 ' %}
11
11
{% endif %}
12
12
{% set os_client_config = venv_path + '/lib/python' + distro_python_version + '/site-packages/os_client_config/defaults.json' %}
13
13
@@ -39,8 +39,8 @@ COPY apt_preferences_rabbitmq.{{ base_distro }} /etc/apt/preferences.d/rabbitmq
39
39
'openssh-clients' ,
40
40
'openssl-devel' ,
41
41
'openvswitch' ,
42
- 'python3.11 ' ,
43
- 'python3.11 -devel' ,
42
+ 'python3.12 ' ,
43
+ 'python3.12 -devel' ,
44
44
'rabbitmq-server-3.13.*'
45
45
] %}
46
46
@@ -73,7 +73,7 @@ RUN mkdir -p /requirements \
73
73
ENV PATH {{ venv_path }}/bin:$PATH
74
74
75
75
{% set kolla_toolbox_pip_packages = [
76
- 'ansible-core==2.16 .*' ,
76
+ 'ansible-core==2.17 .*' ,
77
77
'cmd2' ,
78
78
'influxdb' ,
79
79
'openstacksdk' ,
You can’t perform that action at this time.
0 commit comments