From e3a9dd0bffa58b2e32387a558ff2025501e3d23b Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Tue, 12 Jun 2018 11:24:12 +1200 Subject: [PATCH] Use correct modify_append_tag key (again) The fix in If19e2f3f723e437b2213cacc2f4dfdbe2e0ffce0 was incomplete, the correct modify_append_tag key needs to be set here too. This is the current cause for the CI failure in the change I62a4b03538d26083a0ba4ce0b2e7a5b0c456134d. Change-Id: I665c0cc61fdf552c7776a5ca1272984923557e06 Blueprint: container-prepare-workflow --- tripleo_common/image/kolla_builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tripleo_common/image/kolla_builder.py b/tripleo_common/image/kolla_builder.py index 61a2fdac9..e7a524ced 100644 --- a/tripleo_common/image/kolla_builder.py +++ b/tripleo_common/image/kolla_builder.py @@ -269,7 +269,7 @@ def container_images_prepare(template_file=DEFAULT_TEMPLATE_FILE, image = imagename.partition('/')[2] imagename = '/'.join((push_destination, image)) if append_tag: - entry['append_tag'] = append_tag + entry['modify_append_tag'] = append_tag if modify_role: entry['modify_role'] = modify_role if modify_vars: