Add bodhi01 to our fedmsg endpoints.py

This commit is contained in:
Luke Macken 2014-02-20 20:14:06 +00:00
parent 6683f7768b
commit 75260593b2

View file

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