File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-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 }}"
7373# Kolla base container image distribution version.
7474# Default is kolla_base_distro_version_default_map[kolla_base_distro].
7575# kolla_base_distro_version: "{{ kolla_base_distro_version }}"
76+ # distro_python_version: "3.12"
7677
7778kolla_base_distro_and_version : " {{ kolla_base_distro }}-{{ kolla_base_distro_version }}"
7879
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ kolla_base_distro_version: "{% raw %}{{ kolla_base_distro_version_default_map[ko
1212# Convenience variable for base distro and version string.
1313kolla_base_distro_and_version : " {% raw %}{{ kolla_base_distro }}-{{ kolla_base_distro_version }}{% endraw %}"
1414
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+ distro_python_version : " 3.12"
1617
1718# Dict of Kolla image tags to deploy for each service.
1819# 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