Merge "Sync rootwrap.conf from oslo.rootwrap"

This commit is contained in:
Zuul 2022-04-21 11:34:04 +00:00 committed by Gerrit Code Review
commit dc30a7e6d1
3 changed files with 8 additions and 2 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

View File

@ -79,7 +79,7 @@ oslo.middleware==3.31.0
oslo.policy==3.7.0
oslo.privsep==2.6.2
oslo.reports==1.18.0
oslo.rootwrap==5.8.0
oslo.rootwrap==5.15.0
oslo.serialization==4.2.0
oslo.service==2.8.0
oslo.upgradecheck==1.3.0

View File

@ -37,7 +37,7 @@ oslo.serialization>=4.2.0 # Apache-2.0
oslo.upgradecheck>=1.3.0
oslo.utils>=4.12.1 # Apache-2.0
oslo.db>=10.0.0 # Apache-2.0
oslo.rootwrap>=5.8.0 # Apache-2.0
oslo.rootwrap>=5.15.0 # Apache-2.0
oslo.messaging>=10.3.0 # Apache-2.0
oslo.policy>=3.7.0 # Apache-2.0
oslo.privsep>=2.6.2 # Apache-2.0