From c7bec2f30af14538fae932f797aeb209162ac01d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Fri, 10 Sep 2021 12:56:58 +0000 Subject: [PATCH] [CI] Fix upgrade with kolla-build Continuing fixing CI after [1], this patch fixes the other branch that [2] has not previously included. [1] https://review.opendev.org/c/openstack/kolla-ansible/+/805449 [2] 02e07a0860e8ca8bc1d6d7716e44bd2888591ecd Change-Id: I44014a93b92b5a8782e34cf394881dec74cdeea1 --- tests/templates/globals-default.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/templates/globals-default.j2 b/tests/templates/globals-default.j2 index 3bfa7d3817..8e73683a46 100644 --- a/tests/templates/globals-default.j2 +++ b/tests/templates/globals-default.j2 @@ -59,6 +59,7 @@ openstack_tag: "{{ build_image_tag }}" {% else %} # use the published images from a site mirror of quay.io docker_registry: "{{ zuul_site_mirror_fqdn }}:4447" +docker_registry_insecure: no docker_namespace: openstack.kolla {% if docker_image_tag_suffix %} openstack_tag_suffix: "{{ docker_image_tag_suffix }}"