Correct the kochei fedmsg endpoint name.
This commit is contained in:
parent
8d9e89356c
commit
acd1139473
1 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
import socket
|
||||||
|
|
||||||
|
hostname = socket.gethostname().split('.', 1)[0]
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
"name": "koschei",
|
"name": "koschei.%s" % hostname,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue