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 4c5958b commit 366be65Copy full SHA for 366be65
tests/templates/globals-default.j2
@@ -50,8 +50,10 @@ docker_namespace: "lokolla"
50
docker_registry: "primary:4000"
51
openstack_tag: "{{ build_image_tag }}"
52
{% else %}
53
-# use docker hub images
54
-docker_namespace: "kolla"
+# use the published images from a site mirror of quay.io
+docker_registry: "{{ zuul_site_mirror_fqdn }}:4447"
55
+docker_registry_insecure: no
56
+docker_namespace: openstack.kolla
57
{% if docker_image_tag_suffix %}
58
openstack_tag_suffix: "{{ docker_image_tag_suffix }}"
59
{% endif %}
0 commit comments