From acfd9f7b8128ef1af0f9b09d333353f0716cda75 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 13 Jun 2019 14:29:07 -0700 Subject: [PATCH] openqa/dispatcher: quote-wrap the queue name in the config Signed-off-by: Adam Williamson --- .../templates/fedora_openqa_resultsdb_reporter.toml.j2 | 2 +- .../openqa/dispatcher/templates/fedora_openqa_scheduler.toml.j2 | 2 +- .../dispatcher/templates/fedora_openqa_wiki_reporter.toml.j2 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/openqa/dispatcher/templates/fedora_openqa_resultsdb_reporter.toml.j2 b/roles/openqa/dispatcher/templates/fedora_openqa_resultsdb_reporter.toml.j2 index 389e1fca32..64987681d0 100644 --- a/roles/openqa/dispatcher/templates/fedora_openqa_resultsdb_reporter.toml.j2 +++ b/roles/openqa/dispatcher/templates/fedora_openqa_resultsdb_reporter.toml.j2 @@ -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 diff --git a/roles/openqa/dispatcher/templates/fedora_openqa_scheduler.toml.j2 b/roles/openqa/dispatcher/templates/fedora_openqa_scheduler.toml.j2 index 691dd8d882..5b45a156dc 100644 --- a/roles/openqa/dispatcher/templates/fedora_openqa_scheduler.toml.j2 +++ b/roles/openqa/dispatcher/templates/fedora_openqa_scheduler.toml.j2 @@ -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 diff --git a/roles/openqa/dispatcher/templates/fedora_openqa_wiki_reporter.toml.j2 b/roles/openqa/dispatcher/templates/fedora_openqa_wiki_reporter.toml.j2 index 8964a1dd80..8eb1ee0e49 100644 --- a/roles/openqa/dispatcher/templates/fedora_openqa_wiki_reporter.toml.j2 +++ b/roles/openqa/dispatcher/templates/fedora_openqa_wiki_reporter.toml.j2 @@ -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