summaryrefslogtreecommitdiff
path: root/etc/nova/rootwrap.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/nova/rootwrap.conf')
-rw-r--r--etc/nova/rootwrap.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/nova/rootwrap.conf b/etc/nova/rootwrap.conf
index c6fd5642b7..25eddbd032 100644
--- a/etc/nova/rootwrap.conf
+++ b/etc/nova/rootwrap.conf
@@ -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