From f4b0b359f9e6ca60ebd88a0c4150254c8e1f6b79 Mon Sep 17 00:00:00 2001
From: Jeffrey Zhang <zhang.lei.fly@gmail.com>
Date: Tue, 31 Jan 2017 23:31:06 +0800
Subject: [PATCH] Fluentd should not chown all files in /var/log/kolla

Change-Id: If77663306e68e7a35f3e6772490a5622b7a8d32f
---
 ansible/roles/common/templates/fluentd.json.j2 | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/ansible/roles/common/templates/fluentd.json.j2 b/ansible/roles/common/templates/fluentd.json.j2
index 1e555de92c..a4e01142ec 100644
--- a/ansible/roles/common/templates/fluentd.json.j2
+++ b/ansible/roles/common/templates/fluentd.json.j2
@@ -73,12 +73,5 @@
             "owner": "td-agent",
             "perm": "0600"
         }
-    ],
-    "permissions": [
-       {
-            "path": "/var/log/kolla",
-            "owner": "td-agent:td-agent",
-            "recurse": true
-       }
     ]
 }