From 9fb375becf7d969e636169db0dbdabb6ae8c4570 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 1 Feb 2017 22:54:05 -0500 Subject: [PATCH] Fix typo in help for discover_hosts_in_cells_interval Change-Id: I6176bc4143b40d39962446e9eb55bb4d038d120d --- nova/conf/scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/conf/scheduler.py b/nova/conf/scheduler.py index d5d1c197efa2..73091c554ad2 100644 --- a/nova/conf/scheduler.py +++ b/nova/conf/scheduler.py @@ -131,7 +131,7 @@ Possible values: help=""" Periodic task interval. -This value controls how often (in seconds) the scheduler should attept +This value controls how often (in seconds) the scheduler should attempt to discover new hosts that have been added to cells. If negative (the default), no automatic discovery will occur.