check-compose: correct python module name in messaging config

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-06-19 15:52:55 -07:00
parent ba9c64722d
commit ff2115653b

View file

@ -8,7 +8,7 @@ amqp_url = "{{ checkcompose_amqp_url }}"
{% if checkcompose_amqp_passive|bool %}
passive_declares = true
{% endif %}
callback = "check-compose:CheckComposeConsumer"
callback = "check_compose:CheckComposeConsumer"
[tls]
ca_cert = "{{ checkcompose_amqp_cacert }}"