Correct status_update_threads configuration help

Change-Id: I82d46ccb8025f02018ecab665ff69e00c26c9c82
This commit is contained in:
Bertrand Lallau
2015-09-13 15:02:20 +02:00
parent 068862dc72
commit deedeaa5e7

View File

@@ -111,7 +111,7 @@ healthmanager_opts = [
help=_('Number of threads performing amphora failovers.')),
cfg.IntOpt('status_update_threads',
default=50,
help=_('Number of threads performing amphora failovers.')),
help=_('Number of threads performing amphora status update.')),
cfg.StrOpt('heartbeat_key',
help=_('key used to validate amphora sending'
'the message'), secret=True),