Use the shell cert.

This commit is contained in:
Ralph Bean 2013-08-06 01:46:56 +00:00
parent b306a4f54c
commit d88dabe798

View file

@ -40,7 +40,7 @@ class CallbackModule(object):
config = fedmsg.config.load_config()
config.update(dict(
name='relay_inbound',
cert_prefix='ansible',
cert_prefix='shell',
active=True,
))
fedmsg.init(**config)