openqa/dispatcher: quote-wrap the queue name in the config

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-06-13 14:29:07 -07:00
parent 848f81fa36
commit acfd9f7b81
3 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ arguments = {}
{% if deployment_type is defined %}
# Private queue name.
[queues.openqa{{ openqa_env_suffix }}_resultsdb_reporter]
[queues."openqa{{ openqa_env_suffix }}_resultsdb_reporter"]
{% else %}
# Queue names *must* be in the normal UUID format: run "uuidgen" and use the
# output as your queue name. If your queue is not exclusive, anyone can connect

View file

@ -35,7 +35,7 @@ arguments = {}
{% if deployment_type is defined %}
# Private queue name.
[queues.openqa{{ openqa_env_suffix }}_scheduler]
[queues."openqa{{ openqa_env_suffix }}_scheduler"]
{% else %}
# Queue names *must* be in the normal UUID format: run "uuidgen" and use the
# output as your queue name. If your queue is not exclusive, anyone can connect

View file

@ -32,7 +32,7 @@ arguments = {}
{% if deployment_type is defined %}
# Private queue name.
[queues.openqa{{ openqa_env_suffix }}_wiki_reporter]
[queues."openqa{{ openqa_env_suffix }}_wiki_reporter"]
{% else %}
# Queue names *must* be in the normal UUID format: run "uuidgen" and use the
# output as your queue name. If your queue is not exclusive, anyone can connect