From e9e83b534b7bb69b9b46cfe8f9152d5434715c94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 6 Mar 2019 09:36:30 +0000 Subject: [PATCH] Fix variable type --- roles/openshift-apps/messaging-bridges/templates/configmap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/messaging-bridges/templates/configmap.yml b/roles/openshift-apps/messaging-bridges/templates/configmap.yml index b1ecb78327..9474e0aaed 100644 --- a/roles/openshift-apps/messaging-bridges/templates/configmap.yml +++ b/roles/openshift-apps/messaging-bridges/templates/configmap.yml @@ -242,7 +242,7 @@ data: 'active': True, 'cert_prefix': 'fedmsg-migration-tools', 'certnames': {'fedmsg-migration-tools.{}'.format(socket.gethostname()): 'fedmsg-migration-tools'}, - 'relay_inbound': 'tcp://busgateway01{{ env_suffix }}.phx2.fedoraproject.org:9941', + 'relay_inbound': ['tcp://busgateway01{{ env_suffix }}.phx2.fedoraproject.org:9941'], {% if env == 'staging' %} # stg should listen to the stg bus 'endpoints': {