From d543eb28b9832c48c8fd074dcafa931ecb1abf7e Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Wed, 23 Dec 2020 10:59:47 +0530 Subject: [PATCH] Fix docker_prep_prefix usage for master/victoria It was wrongly set to "openstack-" instead of just "openstack", drop from release files as correct value is taken care by role defaults. Change-Id: I49af516f30f3914b1550ac9f927ec897ca78b4df --- .../tripleo-ci/CentOS-8/promotion-testing-hash-master.yml | 1 - .../tripleo-ci/CentOS-8/promotion-testing-hash-victoria.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/config/release/tripleo-ci/CentOS-8/promotion-testing-hash-master.yml b/config/release/tripleo-ci/CentOS-8/promotion-testing-hash-master.yml index f5331c347..291a1ca33 100644 --- a/config/release/tripleo-ci/CentOS-8/promotion-testing-hash-master.yml +++ b/config/release/tripleo-ci/CentOS-8/promotion-testing-hash-master.yml @@ -11,7 +11,6 @@ docker_image_tag: *promotion-testing-tag dlrn_hash_tag_newest: current promote_source: tripleo-ci-testing validate_on: rdo -docker_prep_prefix: 'openstack-' # images images: diff --git a/config/release/tripleo-ci/CentOS-8/promotion-testing-hash-victoria.yml b/config/release/tripleo-ci/CentOS-8/promotion-testing-hash-victoria.yml index c7d8921f8..32919820d 100644 --- a/config/release/tripleo-ci/CentOS-8/promotion-testing-hash-victoria.yml +++ b/config/release/tripleo-ci/CentOS-8/promotion-testing-hash-victoria.yml @@ -11,7 +11,6 @@ docker_image_tag: *promotion-testing-tag dlrn_hash_tag_newest: current promote_source: tripleo-ci-testing validate_on: rdo -docker_prep_prefix: 'openstack-' # images images: