From 8463599fa412c20dcf3bcf3ee4c2b141010c8073 Mon Sep 17 00:00:00 2001 From: Nobuto Murata Date: Tue, 30 Mar 2021 11:18:19 +0900 Subject: [PATCH] Update worker-multiplier config description Based on the change in charm-helpers: https://github.com/juju/charm-helpers/pull/553 Related-Bug: #1843011 Change-Id: Idb39bc573e403d064312864ade44038fe03052e2 --- config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.yaml b/config.yaml index 1b198f08..6e049e84 100644 --- a/config.yaml +++ b/config.yaml @@ -218,10 +218,10 @@ options: default: description: | The CPU core multiplier to use when configuring worker processes for - Glance. By default, the number of workers for each daemon is set to - twice the number of CPU cores a service unit has. When deployed in - a LXD container, this default value will be capped to 4 workers - unless this configuration option is set. + this service. By default, the number of workers for each daemon is + set to twice the number of CPU cores a service unit has. This default + value will be capped to 4 workers unless this configuration option + is set. expose-image-locations: type: boolean default: True