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.
1 parent 62b9e2b commit 7e44433Copy full SHA for 7e44433
etc/kayobe/pulp.yml
@@ -565,7 +565,7 @@ stackhpc_pulp_distribution_container_kolla_common:
565
stackhpc_pulp_distribution_container_kolla: >-
566
{%- set distributions = [] -%}
567
{%- for image in stackhpc_pulp_images_kolla_filtered -%}
568
- {%- if image not in stackhpc_kolla_unbuildable_images[kolla_base_distro]-%}
+ {%- if image not in stackhpc_kolla_unbuildable_images[kolla_base_distro_and_version]-%}
569
{%- set image_repo = kolla_docker_namespace ~ "/" ~ image -%}
570
{%- set distribution = {"name": image_repo, "repository": image_repo, "base_path": image_repo} -%}
571
{%- set _ = distributions.append(stackhpc_pulp_distribution_container_kolla_common | combine(distribution)) -%}
0 commit comments