kolla-ansible/ansible/roles/common/templates/cron-logrotate-neutron.conf.j2
Jeffrey Zhang c7a77efe5b Change mode after ceph and neutron log is rotated
Change the log mode to 644 ensure that fluent can read the files.

Change-Id: I5b718b82ac4267ab29425b2859b14e4518e75cf1
Closes-Bug: #1708095
2017-08-03 07:52:29 +08:00

7 lines
111 B
Django/Jinja

"/var/log/kolla/neutron/*.log"
{
postrotate
chmod 644 /var/log/kolla/neutron/*.log
endscript
}