check-compose: REALLY fix the Python module name...
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
ff2115653b
commit
d004d57576
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ amqp_url = "{{ checkcompose_amqp_url }}"
|
||||||
{% if checkcompose_amqp_passive|bool %}
|
{% if checkcompose_amqp_passive|bool %}
|
||||||
passive_declares = true
|
passive_declares = true
|
||||||
{% endif %}
|
{% endif %}
|
||||||
callback = "check_compose:CheckComposeConsumer"
|
callback = "checkcomp_consumer:CheckComposeConsumer"
|
||||||
|
|
||||||
[tls]
|
[tls]
|
||||||
ca_cert = "{{ checkcompose_amqp_cacert }}"
|
ca_cert = "{{ checkcompose_amqp_cacert }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue