From 94037699979fc780ee723db8eeec146af0710719 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 20 Nov 2014 21:16:58 +0000 Subject: [PATCH] Use new release-monitoring bz creds. --- roles/hotness/templates/hotness.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/hotness/templates/hotness.py b/roles/hotness/templates/hotness.py index 78178bca3b..fb108fb0ed 100644 --- a/roles/hotness/templates/hotness.py +++ b/roles/hotness/templates/hotness.py @@ -23,8 +23,8 @@ config = { 'hotness.bugzilla.enabled': True, 'hotness.bugzilla': { - 'user': '{{ bugzilla_user }}', - 'password': '{{ bugzilla_password }}', + 'user': '{{ upstream_release_bugzilla_user }}', + 'password': '{{ upstream_release_bugzilla_password }}', {% if env == 'staging' %} 'url': 'https://partner-bugzilla.redhat.com', 'explanation_url': 'https://stg.fedoraproject.org/wiki/Upstream_release_monitoring',