openqa/dispatcher: fix AMQP URL variable usage
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
f6b2ae6b53
commit
9fc61c17bd
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# This file is in the TOML format.
|
||||
|
||||
amqp_url = "amqps://{{ openqa_amqp_reporter_url }}"
|
||||
amqp_url = "{{ openqa_amqp_reporter_url }}"
|
||||
{% if openqa_amqp_passive|bool %}
|
||||
passive_declares = true
|
||||
{% endif %}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# This file is in the TOML format.
|
||||
|
||||
amqp_url = "amqps://{{ openqa_amqp_scheduler_url }}"
|
||||
amqp_url = "{{ openqa_amqp_scheduler_url }}"
|
||||
{% if openqa_amqp_passive|bool %}
|
||||
passive_declares = true
|
||||
{% endif %}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# This file is in the TOML format.
|
||||
|
||||
amqp_url = "amqps://{{ openqa_amqp_reporter_url }}"
|
||||
amqp_url = "{{ openqa_amqp_reporter_url }}"
|
||||
{% if openqa_amqp_passive|bool %}
|
||||
passive_declares = true
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue