Remove fedmsg endpoints for the old trac plugin.

This commit is contained in:
Ralph Bean 2014-01-09 17:33:29 +00:00
parent 2f0c72bf3b
commit c14eb4b78f

View file

@ -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
},
)