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:
Takashi Kajinami 2022-01-02 21:20:22 +09:00
parent e5ef39604c
commit 35acd2b0a5
1 changed files with 6 additions and 0 deletions

View File

@ -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