From 2a4c4d66ae33c09523d09ca6f969c9aac63cf6bc Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 28 Jun 2019 12:58:58 +0200 Subject: [PATCH] messaging/base: remove undefined var --- roles/messaging/base/templates/messaging.toml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/messaging/base/templates/messaging.toml.j2 b/roles/messaging/base/templates/messaging.toml.j2 index 610e46a379..56c75e3f76 100644 --- a/roles/messaging/base/templates/messaging.toml.j2 +++ b/roles/messaging/base/templates/messaging.toml.j2 @@ -1,4 +1,4 @@ -amqp_url = "amqps://{{ msg_config.username }}{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub" +amqp_url = "amqps://{{ msg_username }}{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub" # The topic_prefix configuration value will add a prefix to the topics of every sent message. # This is used for migrating from fedmsg, and should not be used afterwards.