Merge "Change mode after ceph and neutron log is rotated"

This commit is contained in:
Jenkins 2017-08-23 04:35:26 +00:00 committed by Gerrit Code Review
commit 9a1357e4bb
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
"/var/log/kolla/ceph/*.log"
{
create 644 root root
postrotate
chmod 644 /var/log/kolla/ceph/*.log
endscript
}

View File

@ -1,3 +1,6 @@
"/var/log/kolla/neutron/*.log"
{
postrotate
chmod 644 /var/log/kolla/neutron/*.log
endscript
}