We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46d126d + 7e44433 commit f7b70e6Copy full SHA for f7b70e6
etc/kayobe/pulp.yml
@@ -566,7 +566,7 @@ stackhpc_pulp_distribution_container_kolla_common:
566
stackhpc_pulp_distribution_container_kolla: >-
567
{%- set distributions = [] -%}
568
{%- for image in stackhpc_pulp_images_kolla_filtered -%}
569
- {%- if image not in stackhpc_kolla_unbuildable_images[kolla_base_distro]-%}
+ {%- if image not in stackhpc_kolla_unbuildable_images[kolla_base_distro_and_version]-%}
570
{%- set image_repo = kolla_docker_namespace ~ "/" ~ image -%}
571
{%- set distribution = {"name": image_repo, "repository": image_repo, "base_path": image_repo} -%}
572
{%- set _ = distributions.append(stackhpc_pulp_distribution_container_kolla_common | combine(distribution)) -%}
0 commit comments