Merge "Fix haproxy log not writable in upgrade"

This commit is contained in:
Jenkins
2017-02-16 11:49:29 +00:00
committed by Gerrit Code Review

View File

@@ -73,5 +73,18 @@
"owner": "td-agent",
"perm": "0600"
}
],
"permissions": [
{
"path": "/var/log/kolla/haproxy",
"owner": "td-agent:td-agent",
"recurse": true
},
{
"path": "/var/log/kolla/swift",
"owner": "td-agent:td-agent",
"recurse": true
}
]
}