From c19d55323b4e218cfd558f5467a693e5c366baba Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 15 Mar 2026 15:22:56 +0900 Subject: [PATCH] Adjust parameter descriptions Designate now uses native threading instead of eventlet. Replace the references to greenthreads. Change-Id: I8756b0e9e592ae04ee21399229bf087cbd9cfcb8 Signed-off-by: Takashi Kajinami --- manifests/api.pp | 2 +- manifests/central.pp | 2 +- manifests/mdns.pp | 2 +- manifests/producer.pp | 2 +- manifests/sink.pp | 2 +- manifests/worker.pp | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manifests/api.pp b/manifests/api.pp index 38fa25ed..60142df7 100644 --- a/manifests/api.pp +++ b/manifests/api.pp @@ -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*] diff --git a/manifests/central.pp b/manifests/central.pp index 88c215f4..82d0b099 100644 --- a/manifests/central.pp +++ b/manifests/central.pp @@ -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*] diff --git a/manifests/mdns.pp b/manifests/mdns.pp index 632f90a4..b1059f43 100644 --- a/manifests/mdns.pp +++ b/manifests/mdns.pp @@ -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*] diff --git a/manifests/producer.pp b/manifests/producer.pp index 62129406..c25b57c6 100644 --- a/manifests/producer.pp +++ b/manifests/producer.pp @@ -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*] diff --git a/manifests/sink.pp b/manifests/sink.pp index 57cb59e1..89c7b44c 100644 --- a/manifests/sink.pp +++ b/manifests/sink.pp @@ -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*] diff --git a/manifests/worker.pp b/manifests/worker.pp index 5d9de914..ce6fc5f4 100644 --- a/manifests/worker.pp +++ b/manifests/worker.pp @@ -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*]