Fix haproxy log not writable in upgrade

Change-Id: Icddd27ef0f5041ace848eec75e732143635c1001
Closes-Bug: #1665005
This commit is contained in:
zhubingbing 2017-02-16 07:36:54 +00:00
parent 5b9744e591
commit 87b8dae67e
1 changed files with 13 additions and 0 deletions

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
}
]
}