Revert "CI - remove unnecessary logic when building images for upgrade"

This reverts commit 8ce5ffd0c2.

Change-Id: I81ce7c007ff267ebbbb721bcdb7eebc0dd575bf8
This commit is contained in:
Mark Goddard 2019-07-01 11:12:58 +00:00
parent 8ce5ffd0c2
commit acac12798c

View File

@ -24,6 +24,11 @@ openstack_release: "{{ build_image_tag }}"
{% else %}
# use docker hub images
docker_namespace: "kolla"
{% if need_build_image and is_previous_release %}
# NOTE(mgoddard): Ensure that the insecure local registry is trusted, since it
# will be the source of images during the upgrade.
docker_custom_option: "--insecure-registry {{ api_interface_address }}:4000"
{% endif %}
{% if not is_previous_release %}
openstack_release: "{{ zuul.branch | basename }}"
{% else %}