diff --git a/roles/openshift-apps/the-new-hotness/templates/configmap.yml b/roles/openshift-apps/the-new-hotness/templates/configmap.yml index 32a0e85a39..f9c498030c 100644 --- a/roles/openshift-apps/the-new-hotness/templates/configmap.yml +++ b/roles/openshift-apps/the-new-hotness/templates/configmap.yml @@ -18,20 +18,10 @@ items: amqp_url = "amqps://the-new-hotness:@rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org/%2Fpubsub" publish_exchange = "amq.topic" + passive_declares = True callback = "hotness.consumers:BugzillaTicketFiler" - # Note the double brackets below. - # To add another binding, add another [[bindings]] section. - #[[bindings]] - #queue = "the-new-hotness{{ env_suffix }}" - #exchange = "amq.topic" - #routing_keys = [ - # "org.release-monitoring.*.anitya.project.version.update", - # "org.release-monitoring.*.anitya.project.map.new", - # "org.fedoraproject.*.buildsys.task.state.change", - #] - [exchanges] [tls]