summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-11-03 12:45:26 +0000
committerGerrit Code Review <review@openstack.org>2021-11-03 12:45:26 +0000
commit1df75911900187c81c23185976e7fab8522bf558 (patch)
tree268d5f6bd2d17b8aebbae002e77ba086468dbce5
parent54ced5361b49fb9b0cf53ff2e6f5825ba7ae513a (diff)
parent4627f14ff8313c9793757984f535824a6e069d12 (diff)
downloadoslo-messaging-stable/train.tar.gz
Merge "[trivial] fix typos (missing a white space)" into stable/trainstable/train
-rw-r--r--oslo_messaging/_drivers/impl_rabbit.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/oslo_messaging/_drivers/impl_rabbit.py b/oslo_messaging/_drivers/impl_rabbit.py
index 1bd1a10..5940a2d 100644
--- a/oslo_messaging/_drivers/impl_rabbit.py
+++ b/oslo_messaging/_drivers/impl_rabbit.py
@@ -93,13 +93,13 @@ rabbit_opts = [
'(valid only if SSL enabled).'),
cfg.BoolOpt('heartbeat_in_pthread',
default=False,
- help="EXPERIMENTAL: Run the health check heartbeat thread"
- "through a native python thread. By default if this"
- "option isn't provided the health check heartbeat will"
- "inherit the execution model from the parent process. By"
- "example if the parent process have monkey patched the"
- "stdlib by using eventlet/greenlet then the heartbeat"
- "will be run through a green thread."),
+ help="EXPERIMENTAL: Run the health check heartbeat thread "
+ "through a native python thread. By default if this "
+ "option isn't provided the health check heartbeat will "
+ "inherit the execution model from the parent process. "
+ "By example if the parent process have monkey patched "
+ "the stdlib by using eventlet/greenlet then the "
+ "heartbeat will be run through a green thread."),
cfg.FloatOpt('kombu_reconnect_delay',
default=1.0,
deprecated_group='DEFAULT',