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', }