bodhi: Switch to the new callback for beta2
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
5f18180591
commit
bd4ca27461
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ passive_declares = true
|
|||
{# If bodhi_message_routing_keys is defined, this must be a consumer so let's also set up the consumer
|
||||
config. #}
|
||||
{% if bodhi_message_routing_keys is defined %}
|
||||
callback = "bodhi.server.consumers:messaging_callback"
|
||||
callback = "bodhi.server.consumers:Consumer"
|
||||
{# End consumer config if statement #}
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue