From 43306e4f51781acb55cf9143fb87a1094999a8f3 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Tue, 2 Apr 2019 20:43:54 +0200 Subject: [PATCH] Greenwave: Use the public address for the rabbitmq cluster Signed-off-by: Clement Verna --- roles/openshift-apps/greenwave/templates/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/greenwave/templates/config.toml b/roles/openshift-apps/greenwave/templates/config.toml index 1b2cacddcc..8a9c133002 100644 --- a/roles/openshift-apps/greenwave/templates/config.toml +++ b/roles/openshift-apps/greenwave/templates/config.toml @@ -2,7 +2,7 @@ # For complete details on all configuration options, see the documentation # https://fedora-messaging.readthedocs.io/en/latest/configuration.html. -amqp_url = "amqps://greenwave{{ env_suffix }}:@rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org/%2Fpubsub" +amqp_url = "amqps://greenwave{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub" publish_exchange = "amq.topic"