Skip to content

Commit f7b70e6

Browse files
committed
Merge remote-tracking branch 'origin/bugfix/zed/pulp-sync-fix' into sync/zed-into-2023.1
2 parents 46d126d + 7e44433 commit f7b70e6

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
@@ -566,7 +566,7 @@ stackhpc_pulp_distribution_container_kolla_common:
566566
stackhpc_pulp_distribution_container_kolla: >-
567567
{%- set distributions = [] -%}
568568
{%- for image in stackhpc_pulp_images_kolla_filtered -%}
569-
{%- if image not in stackhpc_kolla_unbuildable_images[kolla_base_distro]-%}
569+
{%- if image not in stackhpc_kolla_unbuildable_images[kolla_base_distro_and_version]-%}
570570
{%- set image_repo = kolla_docker_namespace ~ "/" ~ image -%}
571571
{%- set distribution = {"name": image_repo, "repository": image_repo, "base_path": image_repo} -%}
572572
{%- set _ = distributions.append(stackhpc_pulp_distribution_container_kolla_common | combine(distribution)) -%}

0 commit comments

Comments
 (0)