Skip to content

Commit 7e44433

Browse files
authored
Update other variable
1 parent 62b9e2b commit 7e44433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/pulp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ stackhpc_pulp_distribution_container_kolla_common:
565565
stackhpc_pulp_distribution_container_kolla: >-
566566
{%- set distributions = [] -%}
567567
{%- for image in stackhpc_pulp_images_kolla_filtered -%}
568-
{%- if image not in stackhpc_kolla_unbuildable_images[kolla_base_distro]-%}
568+
{%- if image not in stackhpc_kolla_unbuildable_images[kolla_base_distro_and_version]-%}
569569
{%- set image_repo = kolla_docker_namespace ~ "/" ~ image -%}
570570
{%- set distribution = {"name": image_repo, "repository": image_repo, "base_path": image_repo} -%}
571571
{%- set _ = distributions.append(stackhpc_pulp_distribution_container_kolla_common | combine(distribution)) -%}

0 commit comments

Comments
 (0)