Fix wrong log permission for services collected through syslog

Change-Id: I3b1ddffde2ffd9a2b777d99c552550cda324c570
Partial-Bug: #1631503
This commit is contained in:
Jeffrey Zhang 2016-10-19 03:10:18 +08:00
parent ada5740c55
commit b76a58a44e
1 changed files with 15 additions and 0 deletions

View File

@ -112,6 +112,21 @@
"path": "/var/lib/kolla/heka",
"owner": "heka:heka",
"recurse": true
},
{
"path": "/var/log/kolla/haproxy",
"owner": "heka:kolla",
"recurse": true
},
{
"path": "/var/log/kolla/keepalived",
"owner": "heka:kolla",
"recurse": true
},
{
"path": "/var/log/kolla/swift",
"owner": "heka:kolla",
"recurse": true
}
]
}