diff --git a/roles/fedmsg_base/templates/endpoints.py.j2 b/roles/fedmsg_base/templates/endpoints.py.j2 index 3f9dc937ae..e3f9ccb62a 100644 --- a/roles/fedmsg_base/templates/endpoints.py.j2 +++ b/roles/fedmsg_base/templates/endpoints.py.j2 @@ -113,18 +113,6 @@ config = dict( for i in range(6) ], -{% if env != 'staging' %} - # fedorahosted trac runs as 4 processes with 4 threads each. - "trac.hosted03": [ - "tcp://hosted03.%s:30%02i" % (vpn_suffix, i) - for i in range(16) - ], - "trac.hosted04": [ - "tcp://hosted04.%s:30%02i" % (vpn_suffix, i) - for i in range(16) - ], -{% endif %} - # koji is not listed here since it publishes to the fedmsg-relay }, )