From fd9ac09148228e07f354fb3c8aaaa5c4a29dcb6b Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 29 Mar 2016 01:22:50 +0000 Subject: [PATCH] Use the full name here. --- roles/fedmsg/base/templates/endpoints-bugzilla2fedmsg.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/fedmsg/base/templates/endpoints-bugzilla2fedmsg.py.j2 b/roles/fedmsg/base/templates/endpoints-bugzilla2fedmsg.py.j2 index cff567a8da..26e9e8a389 100644 --- a/roles/fedmsg/base/templates/endpoints-bugzilla2fedmsg.py.j2 +++ b/roles/fedmsg/base/templates/endpoints-bugzilla2fedmsg.py.j2 @@ -6,7 +6,7 @@ suffix = 'phx2.fedoraproject.org' config = dict( endpoints={ - "bugzilla.bugzilla2fedmsg01": [ + "bugzilla2fedmsg.bugzilla2fedmsg01": [ "tcp://bugzilla2fedmsg01.%s:3000" % suffix, "tcp://bugzilla2fedmsg01.%s:3001" % suffix, ],