Clarify the help text for error_wait_time

The help text for error_wait_time is identical to stack_action_timeout
and does not indicate what it actually controls.

Change-Id: I1e7eeb3586e70b668534ed2fd6c8a45ec4c625fd
This commit is contained in:
Brent Eagles 2016-04-20 16:55:28 -02:30
parent 3f26de868b
commit 9f046cbbcc
1 changed files with 3 additions and 2 deletions

View File

@ -154,8 +154,9 @@ engine_opts = [
' update).')),
cfg.IntOpt('error_wait_time',
default=240,
help=_('Error wait time in seconds for stack action (ie. create'
' or update).')),
help=_('The amount of time in seconds after an error has'
' occurred that tasks may continue to run before'
' being cancelled.')),
cfg.IntOpt('engine_life_check_timeout',
default=2,
help=_('RPC timeout for the engine liveness check that is used'