From 438fc1e5314dd521fe44441ee9128199f1d959c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hunor=20Csomort=C3=A1ni?= Date: Thu, 8 Nov 2018 16:58:24 +0100 Subject: [PATCH] Configure topic prefix in the OpenShift template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hunor Csomortáni --- openshift/mbs-test-template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openshift/mbs-test-template.yaml b/openshift/mbs-test-template.yaml index 7b4f9207..2ecc2486 100644 --- a/openshift/mbs-test-template.yaml +++ b/openshift/mbs-test-template.yaml @@ -112,7 +112,7 @@ objects: SYSTEM = 'koji' MESSAGING = 'umb' - MESSAGING_TOPIC_PREFIX = [''] + MESSAGING_TOPIC_PREFIX = ['/queue/Consumer.mbs.queue.VirtualTopic.eng'] KOJI_CONFIG = '/etc/module-build-service/koji.conf' KOJI_PROFILE = 'test' KOJI_ARCHES = ['x86_64'] @@ -525,7 +525,7 @@ objects: SYSTEM = 'koji' MESSAGING = 'umb' - MESSAGING_TOPIC_PREFIX = [''] + MESSAGING_TOPIC_PREFIX = ['/queue/Consumer.mbs.queue.VirtualTopic.eng'] KOJI_CONFIG = '/etc/module-build-service/koji.conf' KOJI_PROFILE = 'test' KOJI_ARCHES = ['x86_64']