Skip to content

Commit be7584b

Browse files
committed
test3
1 parent 7e7b3ba commit be7584b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ kolla_base_distro_version: "{% raw %}{{ kolla_base_distro_version_default_map[ko
1313
kolla_base_distro_and_version: "{% raw %}{{ kolla_base_distro }}-{{ kolla_base_distro_version }}{% endraw %}"
1414

1515
# 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"
1717

1818
# Dict of Kolla image tags to deploy for each service.
1919
# Each key is the tag variable prefix name, and the value is another dict,

etc/kayobe/stackhpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ stackhpc_repo_elrepo_9_version: "{{ stackhpc_repo_distribution }}"
165165

166166
# Kolla source repository.
167167
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
169169

170170
# Kolla Ansible source repository.
171171
stackhpc_kolla_ansible_source_url: "https://github.com/stackhpc/kolla-ansible"

0 commit comments

Comments
 (0)