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 @@ -74,6 +74,8 @@ kolla_ansible_source_version: "{{ stackhpc_kolla_ansible_source_version }}"
74
74
# Default is kolla_base_distro_version_default_map[kolla_base_distro].
75
75
# kolla_base_distro_version:
76
76
77
+ kolla_base_distro_and_version : " {{ kolla_base_distro }}-{{ kolla_base_distro_version }}"
78
+
77
79
# URL of docker registry to use for Kolla images. Default is not set, in which
78
80
# case Quay.io will be used.
79
81
# kolla_docker_registry:
Original file line number Diff line number Diff line change @@ -549,7 +549,7 @@ stackhpc_pulp_repository_container_repos_kolla_common:
549
549
stackhpc_pulp_repository_container_repos_kolla : >-
550
550
{%- set repos = [] -%}
551
551
{%- for image in stackhpc_pulp_images_kolla_filtered -%}
552
- {%- if image not in stackhpc_kolla_unbuildable_images[kolla_base_distro ]-%}
552
+ {%- if image not in stackhpc_kolla_unbuildable_images[kolla_base_distro_and_version ]-%}
553
553
{%- set image_repo = kolla_docker_namespace ~ "/" ~ image -%}
554
554
{%- set repo = {"name": image_repo} -%}
555
555
{%- set _ = repos.append(stackhpc_pulp_repository_container_repos_kolla_common | combine(repo)) -%}
You can’t perform that action at this time.
0 commit comments