From 43f551af493744a3cf1ef42fc57b361b3895c319 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 9 Dec 2018 21:51:25 +0000 Subject: [PATCH] also use the new bus in prod for bugzilla5 --- roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini b/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini index 84e15e259f..19caa8b263 100644 --- a/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini +++ b/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini @@ -39,10 +39,8 @@ stomp_user = {{ redhat_dmz_prod_broker_username }} stomp_pass = {{ redhat_dmz_prod_broker_password }} {% endif %} -{% if env == 'staging' %} # Override the topic set in the bugzilla2fedmsg app and subscribe to a queue declared here. stomp_queue = '/queue/Consumer.msg-client-fedora.DO-NOT-COPY.VirtualTopic.eng.bugzilla.>' -{% endif %} stomp_heartbeat = 1000