[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] 02e07a0860

Change-Id: I44014a93b92b5a8782e34cf394881dec74cdeea1
This commit is contained in:
Radosław Piliszek 2021-09-10 12:56:58 +00:00
parent 02e07a0860
commit c7bec2f30a

View File

@ -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 }}"