openqa: fix resultsdb reporter fedora-messaging config
Missing some quotes... Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
1c5be7ac3e
commit
5e9b3f5348
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ routing_keys = ["org.fedoraproject.prod.openqa.job.done"]
|
|||
[consumer_config]
|
||||
openqa_hostname = "{{ openqa_hostname }}"
|
||||
openqa_baseurl = "https://{{ external_hostname|default(ansible_nodename) }}"
|
||||
resultsdb_url = {{ openqa_resultsdb_url }}
|
||||
resultsdb_url = "{{ openqa_resultsdb_url }}"
|
||||
do_report = true
|
||||
|
||||
[qos]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue