openqa/dispatcher: quote-wrap the queue name in the config
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
848f81fa36
commit
acfd9f7b81
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue