Only use proxy01 for incoming fedmsg.

This commit is contained in:
Ralph Bean 2013-11-08 19:00:08 +00:00
parent 99f5adf002
commit 7123aa80ca

View file

@ -37,6 +37,11 @@ config = dict(
"tcp://busgateway01.%s:9941" % suffix,
# ...but they have to go through our external proxy first..
"tcp://hub.fedoraproject.org:9941",
#"tcp://hub.fedoraproject.org:9941",
# ...and normally, we'd like them to go through round-robin, but we're
# not getting messages in from proxies across the vpn. So, only use
# proxy01 for now.
"tcp://209.132.181.16:9941",
],
)