From 4627f14ff8313c9793757984f535824a6e069d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Thu, 15 Jul 2021 13:30:43 +0200 Subject: [trivial] fix typos (missing a white space) Bad rendering in docs [1][2]. [1] https://docs.openstack.org/oslo.messaging/train/configuration/opts.html#oslo_messaging_rabbit.heartbeat_in_pthread [2] https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.1/html/configuration_reference/barbican#annotations:295aeb97-f9bd-40bb-8ab5-753b8bd76fab Change-Id: I46d20ae85ddb5c76119ce90bf06aeb4584bd7607 --- oslo_messaging/_drivers/impl_rabbit.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/oslo_messaging/_drivers/impl_rabbit.py b/oslo_messaging/_drivers/impl_rabbit.py index 6b89f89..4392001 100644 --- a/oslo_messaging/_drivers/impl_rabbit.py +++ b/oslo_messaging/_drivers/impl_rabbit.py @@ -90,13 +90,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', -- cgit v1.2.1