From 5f29a944f2a765021955c5e53a906af334e75fee Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 19 Jun 2019 09:21:40 -0700 Subject: [PATCH] relvalconsumer: fix the fedora-messaging routing keys Signed-off-by: Adam Williamson --- inventory/group_vars/relvalconsumer_common | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/inventory/group_vars/relvalconsumer_common b/inventory/group_vars/relvalconsumer_common index d14c9eb343..dcc626e83a 100644 --- a/inventory/group_vars/relvalconsumer_common +++ b/inventory/group_vars/relvalconsumer_common @@ -10,9 +10,7 @@ relvalconsumer_amqp_cacert: /etc/fedora-messaging/cacert.pem relvalconsumer_amqp_key: /etc/pki/fedora-messaging/openqa-key.pem relvalconsumer_amqp_cert: /etc/pki/fedora-messaging/openqa-cert.pem relvalconsumer_amqp_queue: "openqa_relvalconsumer{{ relvalconsumer_env_suffix }}" -relvalconsumer_amqp_routing_keys: ["org.fedoraproject.prod.pungi.compose.status.change", - "org.fedoraproject.prod.bodhi.update.request.testing", - "org.fedoraproject.prod.bodhi.update.edit"] +relvalconsumer_amqp_routing_keys: ["org.fedoraproject.prod.pungi.compose.status.change"] # fedora-messaging email error reporting settings relvalconsumer_amqp_mailto: ["adamwill@fedoraproject.org", "lruzicka@fedoraproject.org"]