From cfbfc2a2e206603c45c3400969f6b65918dfa2a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Mon, 18 Feb 2019 17:25:23 +0100 Subject: [PATCH] the-new-hotness: Add missing configuration parameter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- roles/hotness/templates/hotness.py | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/hotness/templates/hotness.py b/roles/hotness/templates/hotness.py index b06cc8b242..4a630b6671 100644 --- a/roles/hotness/templates/hotness.py +++ b/roles/hotness/templates/hotness.py @@ -31,6 +31,7 @@ config = { 'user': '{{ upstream_release_bugzilla_user }}', 'password': '{{ upstream_release_bugzilla_password }}', {% if env == 'staging' %} + 'api_key': '', 'url': 'https://partner-bugzilla.redhat.com', 'explanation_url': 'https://stg.fedoraproject.org/wiki/Upstream_release_monitoring', {% else %}