Add bodhi02 to the fedmsg endpoints list.

This commit is contained in:
Ralph Bean 2014-03-07 15:43:47 +00:00
parent 16a16f0128
commit bd7ddf1184

View file

@ -36,6 +36,10 @@ config = dict(
"tcp://bodhi01.%s:300%i" % (suffix, i)
for i in range(8)
],
"bodhi.bodhi02": [
"tcp://bodhi02.%s:300%i" % (suffix, i)
for i in range(8)
],
{% if not env == 'staging' %}
"bodhi.app03": [
"tcp://app03.%s:300%i" % (suffix, i)