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:
Takashi Kajinami
2026-03-15 15:22:56 +09:00
parent 43d2c60633
commit c19d55323b
6 changed files with 6 additions and 6 deletions

View File

@@ -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*]

View File

@@ -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*]

View File

@@ -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*]

View File

@@ -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*]

View File

@@ -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*]

View File

@@ -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*]