From 14c64f25f7551729bc57d1acd7648f88188f94b3 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 5 Apr 2018 11:54:50 +0000 Subject: [PATCH] Looks like this really needs a modname argument. --- roles/taskotron/resultsdb-backend/templates/settings.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/taskotron/resultsdb-backend/templates/settings.py.j2 b/roles/taskotron/resultsdb-backend/templates/settings.py.j2 index 9c6dd4150e..4f6b00b81b 100644 --- a/roles/taskotron/resultsdb-backend/templates/settings.py.j2 +++ b/roles/taskotron/resultsdb-backend/templates/settings.py.j2 @@ -13,5 +13,5 @@ MESSAGE_BUS_PUBLISH = True {% endif %} MESSAGE_BUS_PLUGIN = 'fedmsg' -MESSAGE_BUS_KWARGS = {} +MESSAGE_BUS_KWARGS = {'modname': 'resultsdb'} MESSAGE_BUS_PUBLISH_TASKOTRON = True