check-compose: REALLY fix the Python module name...

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

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 = "checkcomp_consumer:CheckComposeConsumer"
[tls]
ca_cert = "{{ checkcompose_amqp_cacert }}"