summaryrefslogtreecommitdiffstats
path: root/nova/service.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/service.py')
-rw-r--r--nova/service.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/nova/service.py b/nova/service.py
index 41eb254b5..17d7773dd 100644
--- a/nova/service.py
+++ b/nova/service.py
@@ -105,6 +105,9 @@ service_opts = [
cfg.StrOpt('scheduler_manager',
default='nova.scheduler.manager.SchedulerManager',
help='full class name for the Manager for scheduler'),
+ cfg.IntOpt('service_down_time',
+ default=60,
+ help='maximum time since last check-in for up service'),
]
CONF = cfg.CONF