Merge "Fix log offload file permissions in CentOS devstack"
This commit is contained in:
commit
ae9895adcc
@ -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%"])
|
||||
|
Loading…
x
Reference in New Issue
Block a user