...but you can call me "bugzilla".
This commit is contained in:
parent
5933a1c822
commit
b0d6611fb2
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ suffix = 'phx2.fedoraproject.org'
|
||||||
|
|
||||||
config = dict(
|
config = dict(
|
||||||
endpoints={
|
endpoints={
|
||||||
"bugzilla2fedmsg.bugzilla2fedmsg01": [
|
"bugzilla.bugzilla2fedmsg01": [
|
||||||
"tcp://bugzilla2fedmsg01.%s:3000" % suffix,
|
"tcp://bugzilla2fedmsg01.%s:3000" % suffix,
|
||||||
"tcp://bugzilla2fedmsg01.%s:3001" % suffix,
|
"tcp://bugzilla2fedmsg01.%s:3001" % suffix,
|
||||||
],
|
],
|
||||||
|
|
|
@ -25,7 +25,7 @@ config = dict(
|
||||||
|
|
||||||
certnames=dict(
|
certnames=dict(
|
||||||
[
|
[
|
||||||
("bugzilla2fedmsg.bugzilla2fedmsg01", "bugzilla2fedmsg-bugzilla2fedmsg01.%s" % suffix)
|
("bugzilla.bugzilla2fedmsg01", "bugzilla2fedmsg-bugzilla2fedmsg01.%s" % suffix)
|
||||||
] + [
|
] + [
|
||||||
("shell.bugzilla2fedmsg01", "shell-bugzilla2fedmsg01.%s" % suffix)
|
("shell.bugzilla2fedmsg01", "shell-bugzilla2fedmsg01.%s" % suffix)
|
||||||
] + [
|
] + [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue