Sync rootwrap.conf from oslo.rootwrap
The current rootwrap.conf file is outdated and doesn't include some parameters. This change updates the content to make it consistent with the latest example file in oslo.rootwrap. Change-Id: Ief8858c9f236f28388d77902df41eba698e503fe
This commit is contained in:
parent
e5ef39604c
commit
35acd2b0a5
@ -25,3 +25,9 @@ syslog_log_facility=syslog
|
||||
# INFO means log all usage
|
||||
# ERROR means only log unsuccessful attempts
|
||||
syslog_log_level=ERROR
|
||||
|
||||
# Rootwrap daemon exits after this seconds of inactivity
|
||||
daemon_timeout=600
|
||||
|
||||
# Rootwrap daemon limits itself to that many file descriptors (Linux only)
|
||||
rlimit_nofile=1024
|
||||
|
Loading…
Reference in New Issue
Block a user