From b0d6611fb2f0f55a2b6c851ad956551d4a3b7c1e Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 24 Jun 2014 15:56:08 +0000 Subject: [PATCH] ...but you can call me "bugzilla". --- roles/fedmsg/base/templates/endpoints-bugzilla2fedmsg.py.j2 | 2 +- roles/fedmsg/base/templates/ssl.py.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/fedmsg/base/templates/endpoints-bugzilla2fedmsg.py.j2 b/roles/fedmsg/base/templates/endpoints-bugzilla2fedmsg.py.j2 index 26e9e8a389..cff567a8da 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={ - "bugzilla2fedmsg.bugzilla2fedmsg01": [ + "bugzilla.bugzilla2fedmsg01": [ "tcp://bugzilla2fedmsg01.%s:3000" % suffix, "tcp://bugzilla2fedmsg01.%s:3001" % suffix, ], diff --git a/roles/fedmsg/base/templates/ssl.py.j2 b/roles/fedmsg/base/templates/ssl.py.j2 index 7ff5fed0b6..9c39cdbc29 100644 --- a/roles/fedmsg/base/templates/ssl.py.j2 +++ b/roles/fedmsg/base/templates/ssl.py.j2 @@ -25,7 +25,7 @@ config = dict( certnames=dict( [ - ("bugzilla2fedmsg.bugzilla2fedmsg01", "bugzilla2fedmsg-bugzilla2fedmsg01.%s" % suffix) + ("bugzilla.bugzilla2fedmsg01", "bugzilla2fedmsg-bugzilla2fedmsg01.%s" % suffix) ] + [ ("shell.bugzilla2fedmsg01", "shell-bugzilla2fedmsg01.%s" % suffix) ] + [