Use correct cert-prefix and hostname for copr-be fedmsg cert declaration.
This commit is contained in:
parent
4648705142
commit
f390c09c3f
1 changed files with 5 additions and 1 deletions
|
@ -133,7 +133,11 @@ config = dict(
|
|||
("shell.mailman01", "shell-mailman01.%s" % suffix),
|
||||
("mailman.mailman01", "mailman-mailman01.%s" % suffix),
|
||||
|
||||
("copr-backend.copr-be", "copr-copr-be.cloud.fedoraproject.org"),
|
||||
# This is for the copr backend, which is a little different. The
|
||||
# "cert-prefix" is just "copr", and is hardcoded in
|
||||
# backend/dispatcher.py. The hostname is also a little different,
|
||||
# since it is an openstack node. This might be a little fragile. :/
|
||||
("copr.copr-be-i-00000407", "copr-copr-be.cloud.fedoraproject.org"),
|
||||
]),
|
||||
routing_policy={
|
||||
# The gist here is that only messages signed by the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue