From 37382d52422330a3d2f174a0c9043d7a3c7f56cd Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 13 Oct 2015 17:18:06 +0000 Subject: [PATCH] Odd that 'active' doesn't automatically do this for us. --- roles/taskotron/resultsdb-fedmsg/files/resultsdb.py | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/taskotron/resultsdb-fedmsg/files/resultsdb.py b/roles/taskotron/resultsdb-fedmsg/files/resultsdb.py index bd1b9a6f7a..e925de04f6 100644 --- a/roles/taskotron/resultsdb-fedmsg/files/resultsdb.py +++ b/roles/taskotron/resultsdb-fedmsg/files/resultsdb.py @@ -5,4 +5,5 @@ config = { # listeners. We need this so that we can push our messages on to the # fedora-infra proper bus from over in the QA network. 'active': True, + 'name': 'relay_inbound', }