Merge "Fix log offload file permissions in CentOS devstack"

This commit is contained in:
Zuul 2019-10-21 21:37:37 +00:00 committed by Gerrit Code Review
commit ae9895adcc

View File

@ -1,3 +1,8 @@
# Work around CentOS/RHEL umask override of file permissions
# Note: This is a global rsyslog setting, you probably do not want to set
# this outside of testing!
$umask 0000
# provides UDP syslog reception
module(load="imudp")
input(type="imudp" port=["%ADMIN_PORT%", "%TENANT_PORT%"])