Use new release-monitoring bz creds.

This commit is contained in:
Ralph Bean 2014-11-20 21:16:58 +00:00
parent 64be6801f6
commit 9403769997

View file

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