From f073a51ca639bb71782ccda1294cbdc4b201be0d Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Thu, 12 Sep 2019 20:51:42 +0800 Subject: [PATCH] mts: fix routing key in playbook Signed-off-by: Chenxiong Qi --- playbooks/openshift-apps/message-tagging-service.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/openshift-apps/message-tagging-service.yml b/playbooks/openshift-apps/message-tagging-service.yml index 3823088717..be91119d42 100644 --- a/playbooks/openshift-apps/message-tagging-service.yml +++ b/playbooks/openshift-apps/message-tagging-service.yml @@ -36,7 +36,7 @@ username: "mts{{ env_suffix }}" queue_name: "mts{{ env_suffix }}" routing_keys: - - "org.fedoraproject.*.mbs.build.state.change" + - "org.fedoraproject.*.mbs.module.state.change" thresholds: warning: 10 critical: 100