Adjust parameter descriptions
Designate now uses native threading instead of eventlet. Replace the references to greenthreads. Change-Id: I8756b0e9e592ae04ee21399229bf087cbd9cfcb8 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
# Defaults to $facts['os_workers']
|
||||
#
|
||||
# [*threads*]
|
||||
# (optional) Number of api greenthreads to spawn.
|
||||
# (optional) Number of api threads to spawn.
|
||||
# Defaults to $facts['os_service_default']
|
||||
#
|
||||
# [*enable_host_header*]
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
# Defaults to $facts['os_workers']
|
||||
#
|
||||
# [*threads*]
|
||||
# (optional) Number of central greenthreads to spawn.
|
||||
# (optional) Number of central threads to spawn.
|
||||
# Defaults to $facts['os_service_default']
|
||||
#
|
||||
# [*default_pool_id*]
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
# Defaults to $facts['os_workers'].
|
||||
#
|
||||
# [*threads*]
|
||||
# (Optional) Number of mdns greenthreads to spawn.
|
||||
# (Optional) Number of mdns threads to spawn.
|
||||
# Defaults to $facts['os_service_default'].
|
||||
#
|
||||
# [*tcp_backlog*]
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
# Defaults to $facts['os_workers'].
|
||||
#
|
||||
# [*threads*]
|
||||
# (optional) Number of greenthreads to spawn
|
||||
# (optional) Number of threads to spawn
|
||||
# Defaults to $facts['os_service_default'].
|
||||
#
|
||||
# [*enabled_tasks*]
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
# Defaults to $facts['os_service_default']
|
||||
#
|
||||
# [*threads*]
|
||||
# (optional) Number of sink greenthreads to spawn.
|
||||
# (optional) Number of sink threads to spawn.
|
||||
# Defaults to $facts['os_service_default']
|
||||
#
|
||||
# [*enabled_notification_handlers*]
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
# Defaults to $facts['os_workers']
|
||||
#
|
||||
# [*threads*]
|
||||
# (optional) Number of Pool Manager greenthreads to spawn
|
||||
# (optional) Number of Pool Manager threads to spawn
|
||||
# Defaults to $facts['os_service_default']
|
||||
#
|
||||
# [*threshold_percentage*]
|
||||
|
||||
Reference in New Issue
Block a user