From 9315d19e8aee7390851b88050766cc93fa55c943 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 17 Jun 2019 11:35:37 -0700 Subject: [PATCH] openqa/dispatcher: drop rate_limit from email log config I cargo-culted this from the Bodhi config but it's a special Bodhi thing we don't have, so drop it. Signed-off-by: Adam Williamson --- .../templates/fedora_openqa_resultsdb_reporter.toml.j2 | 1 - .../openqa/dispatcher/templates/fedora_openqa_scheduler.toml.j2 | 1 - .../dispatcher/templates/fedora_openqa_wiki_reporter.toml.j2 | 1 - 3 files changed, 3 deletions(-) diff --git a/roles/openqa/dispatcher/templates/fedora_openqa_resultsdb_reporter.toml.j2 b/roles/openqa/dispatcher/templates/fedora_openqa_resultsdb_reporter.toml.j2 index acab96d872..e24066f39b 100644 --- a/roles/openqa/dispatcher/templates/fedora_openqa_resultsdb_reporter.toml.j2 +++ b/roles/openqa/dispatcher/templates/fedora_openqa_resultsdb_reporter.toml.j2 @@ -69,7 +69,6 @@ stream = "ext://sys.stdout" class = "logging.handlers.SMTPHandler" formatter = "simple" level = "ERROR" -filters = ["rate_limit"] mailhost = "{{ openqa_amqp_smtp }}" fromaddr = "{{ openqa_amqp_mailfrom }}" toaddrs = [{% for key in openqa_amqp_mailto %}"{{ key }}",{% endfor %}] diff --git a/roles/openqa/dispatcher/templates/fedora_openqa_scheduler.toml.j2 b/roles/openqa/dispatcher/templates/fedora_openqa_scheduler.toml.j2 index 0ad20842a4..44ab922ceb 100644 --- a/roles/openqa/dispatcher/templates/fedora_openqa_scheduler.toml.j2 +++ b/roles/openqa/dispatcher/templates/fedora_openqa_scheduler.toml.j2 @@ -66,7 +66,6 @@ stream = "ext://sys.stdout" class = "logging.handlers.SMTPHandler" formatter = "simple" level = "ERROR" -filters = ["rate_limit"] mailhost = "{{ openqa_amqp_smtp }}" fromaddr = "{{ openqa_amqp_mailfrom }}" toaddrs = [{% for key in openqa_amqp_mailto %}"{{ key }}",{% endfor %}] diff --git a/roles/openqa/dispatcher/templates/fedora_openqa_wiki_reporter.toml.j2 b/roles/openqa/dispatcher/templates/fedora_openqa_wiki_reporter.toml.j2 index 113efb4ca5..ca52769788 100644 --- a/roles/openqa/dispatcher/templates/fedora_openqa_wiki_reporter.toml.j2 +++ b/roles/openqa/dispatcher/templates/fedora_openqa_wiki_reporter.toml.j2 @@ -69,7 +69,6 @@ stream = "ext://sys.stdout" class = "logging.handlers.SMTPHandler" formatter = "simple" level = "ERROR" -filters = ["rate_limit"] mailhost = "{{ openqa_amqp_smtp }}" fromaddr = "{{ openqa_amqp_mailfrom }}" toaddrs = [{% for key in openqa_amqp_mailto %}"{{ key }}",{% endfor %}]