From abb7c6450491b59af9f73c7e1f5297052324fba0 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 30 Apr 2020 22:06:48 +0000 Subject: [PATCH] fas server: change admin bugzilla user to new fedoraproject.org Signed-off-by: Kevin Fenzi --- roles/fas_server/templates/export-bugzilla.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/fas_server/templates/export-bugzilla.cfg.j2 b/roles/fas_server/templates/export-bugzilla.cfg.j2 index 8679f361b5..6bade6ac34 100644 --- a/roles/fas_server/templates/export-bugzilla.cfg.j2 +++ b/roles/fas_server/templates/export-bugzilla.cfg.j2 @@ -3,7 +3,7 @@ # Running from fas1 so we need the PHX available address. bugzilla.url = "https://bugzilla.redhat.com/xmlrpc.cgi" # bugzilla.url = "https://bugzilla.redhat.com/xmlrpc.cgi" -bugzilla.username = "fedora-admin-xmlrpc@redhat.com" +bugzilla.username = "fedora-admin-xmlrpc@fedoraproject.org" bugzilla.password = "{{ bugzillaPassword }}" # Mail server for sending invalid bugzilla account messages