File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ kolla_base_distro_version: "{% raw %}{{ kolla_base_distro_version_default_map[ko
13
13
kolla_base_distro_and_version : " {% raw %}{{ kolla_base_distro }}-{{ kolla_base_distro_version }}{% endraw %}"
14
14
15
15
# distro_python_version: "{{ '3.12' if kolla_base_distro_version == 'noble' else omit }}"
16
- distro_python_version : " 3.12"
16
+ # distro_python_version: "3.12"
17
17
18
18
# Dict of Kolla image tags to deploy for each service.
19
19
# Each key is the tag variable prefix name, and the value is another dict,
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ stackhpc_repo_elrepo_9_version: "{{ stackhpc_repo_distribution }}"
165
165
166
166
# Kolla source repository.
167
167
stackhpc_kolla_source_url : " https://github.com/stackhpc/kolla"
168
- stackhpc_kolla_source_version : stackhpc/18.6.0.4
168
+ stackhpc_kolla_source_version : caracal-extend-test
169
169
170
170
# Kolla Ansible source repository.
171
171
stackhpc_kolla_ansible_source_url : " https://github.com/stackhpc/kolla-ansible"
You can’t perform that action at this time.
0 commit comments