Correct the kochei fedmsg endpoint name.

This commit is contained in:
Ralph Bean 2015-05-12 15:07:29 +00:00
parent 8d9e89356c
commit acd1139473

View file

@ -1,3 +1,7 @@
import socket
hostname = socket.gethostname().split('.', 1)[0]
config = {
"name": "koschei",
"name": "koschei.%s" % hostname,
}