Merge "[trivial] fix typos (missing a white space)" into stable/train

This commit is contained in:
Zuul 2021-11-03 12:45:26 +00:00 committed by Gerrit Code Review
commit 1df7591190
1 changed files with 7 additions and 7 deletions

View File

@ -93,13 +93,13 @@ rabbit_opts = [
'(valid only if SSL enabled).'), '(valid only if SSL enabled).'),
cfg.BoolOpt('heartbeat_in_pthread', cfg.BoolOpt('heartbeat_in_pthread',
default=False, default=False,
help="EXPERIMENTAL: Run the health check heartbeat thread" help="EXPERIMENTAL: Run the health check heartbeat thread "
"through a native python thread. By default if this" "through a native python thread. By default if this "
"option isn't provided the health check heartbeat will" "option isn't provided the health check heartbeat will "
"inherit the execution model from the parent process. By" "inherit the execution model from the parent process. "
"example if the parent process have monkey patched the" "By example if the parent process have monkey patched "
"stdlib by using eventlet/greenlet then the heartbeat" "the stdlib by using eventlet/greenlet then the "
"will be run through a green thread."), "heartbeat will be run through a green thread."),
cfg.FloatOpt('kombu_reconnect_delay', cfg.FloatOpt('kombu_reconnect_delay',
default=1.0, default=1.0,
deprecated_group='DEFAULT', deprecated_group='DEFAULT',