File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ kolla_ansible_source_version: "{{ stackhpc_kolla_ansible_source_version }}"
73
73
# Kolla base container image distribution version.
74
74
# Default is kolla_base_distro_version_default_map[kolla_base_distro].
75
75
# kolla_base_distro_version: "{{ kolla_base_distro_version }}"
76
+ distro_python_version : " 3.12"
76
77
77
78
kolla_base_distro_and_version : " {{ kolla_base_distro }}-{{ kolla_base_distro_version }}"
78
79
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ kolla_base_distro_version: "{% raw %}{{ kolla_base_distro_version_default_map[ko
12
12
# Convenience variable for base distro and version string.
13
13
kolla_base_distro_and_version : " {% raw %}{{ kolla_base_distro }}-{{ kolla_base_distro_version }}{% endraw %}"
14
14
15
- distro_python_verion : " {{ '3.12' if kolla_base_distro_version == 'noble' else omit }}"
15
+ # distro_python_version : "{{ '3.12' if kolla_base_distro_version == 'noble' else omit }}"
16
16
17
17
# Dict of Kolla image tags to deploy for each service.
18
18
# Each key is the tag variable prefix name, and the value is another dict,
You can’t perform that action at this time.
0 commit comments