check-compose: correct python module name in messaging config
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
ba9c64722d
commit
ff2115653b
1 changed files with 1 additions and 1 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue