From 1fd1f131e72bc122f99a0bdb849059597db11647 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Thu, 15 Aug 2019 10:11:00 +0100 Subject: [PATCH] Remove unused template wsgi_python.conf.j2 We stopped using this file in Queens (https://review.opendev.org/494635), but the file was not removed at that time. Change-Id: Ibe5fb291e7c39965f5c4ff5ee4ea0bb1f8e6e9c2 Closes-Bug: #1840158 --- .../common/templates/conf/format/wsgi_python.conf.j2 | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 ansible/roles/common/templates/conf/format/wsgi_python.conf.j2 diff --git a/ansible/roles/common/templates/conf/format/wsgi_python.conf.j2 b/ansible/roles/common/templates/conf/format/wsgi_python.conf.j2 deleted file mode 100644 index b929023575..0000000000 --- a/ansible/roles/common/templates/conf/format/wsgi_python.conf.j2 +++ /dev/null @@ -1,10 +0,0 @@ - - @type parser - reserve_data true - format grok - key_name Payload - grok_pattern %{TIMESTAMP_ISO8601:Timestamp} %{NUMBER:Pid} %{LOGLEVEL:log_level} %{NOTSPACE:python_module} \[(?:req-(?:%{NOTSPACE:request_id}) (?:%{NOTSPACE:user_id}) (?:%{NOTSPACE:tenant_id}) (?:%{NOTSPACE:domain_id}) (?:%{NOTSPACE:user_domain}) (?:%{NOTSPACE:project_domain})|-)\] %{GREEDYDATA:Payload} - time_format "%Y-%m-%d %H:%M:%S.%L" - time_key Timestamp - keep_time_key true -