Fix the help text format

Change-Id: Ia1d242803b9b09966129ea4d25c997d2cc6642c6
This commit is contained in:
songwenping
2021-09-26 09:48:34 +00:00
committed by Wenping Song
parent d22831e78b
commit 67062c062e

View File

@ -49,15 +49,14 @@ service_opts = [
cfg.IntOpt(
'thread_pool_size',
default=10,
help=_("""
This option specifies the size of the pool of threads used by API
to do async jobs.It is possible to limit the number of concurrent
connections using this option.""")),
help=_('This option specifies the size of the pool of threads used '
'by API to do async jobs.It is possible to limit the number '
'of concurrent connections using this option.')),
cfg.IntOpt(
'bind_timeout',
default=60,
help=_("""
This option specifies the timeout of async job for ARQ bind.""")),
help=_('This option specifies the timeout of async job for ARQ '
'bind.')),
]
path_opts = [