From 1a09cff25c3afbabf9b4d2b7856827b5f334c1b1 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 20 May 2019 15:34:12 +0200 Subject: [PATCH] resultsdb: Adjust the amqp_url on the fedora-messaging config Signed-off-by: Pierre-Yves Chibon --- roles/taskotron/resultsdb-backend/templates/config.toml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/taskotron/resultsdb-backend/templates/config.toml.j2 b/roles/taskotron/resultsdb-backend/templates/config.toml.j2 index d3f9c06158..6e794c1c88 100644 --- a/roles/taskotron/resultsdb-backend/templates/config.toml.j2 +++ b/roles/taskotron/resultsdb-backend/templates/config.toml.j2 @@ -1,7 +1,7 @@ # Configuration for fedora-messaging. This file is in the TOML format. # For complete details on all configuration options, see the documentation. -amqp_url = "amqps://resultsdb{{ env_suffix }}:@rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org/%2Fpubsub" +amqp_url = "amqps://resultsdb{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub" {% if env == "staging" %} topic_prefix = "org.fedoraproject.stg"