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 }}"
7474# Default is kolla_base_distro_version_default_map[kolla_base_distro].
7575# kolla_base_distro_version:
7676
77+ kolla_base_distro_and_version : " {{ kolla_base_distro }}-{{ kolla_base_distro_version }}"
78+
7779# URL of docker registry to use for Kolla images. Default is not set, in which
7880# case Quay.io will be used.
7981# kolla_docker_registry:
Original file line number Diff line number Diff line change @@ -549,7 +549,7 @@ stackhpc_pulp_repository_container_repos_kolla_common:
549549stackhpc_pulp_repository_container_repos_kolla : >-
550550 {%- set repos = [] -%}
551551 {%- 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 ]-%}
553553 {%- set image_repo = kolla_docker_namespace ~ "/" ~ image -%}
554554 {%- set repo = {"name": image_repo} -%}
555555 {%- set _ = repos.append(stackhpc_pulp_repository_container_repos_kolla_common | combine(repo)) -%}
You can’t perform that action at this time.
0 commit comments