Fix the help text format
Change-Id: Ia1d242803b9b09966129ea4d25c997d2cc6642c6
This commit is contained in:

committed by
Wenping Song

parent
d22831e78b
commit
67062c062e
@ -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 = [
|
||||
|
Reference in New Issue
Block a user