From 8fbfec5d717b93d00d81f90d26bf7bd78b8fe718 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Thu, 20 Mar 2025 17:21:37 +0100 Subject: [PATCH] Remove outdated reference to data_api This option has been removed along with the registry. Change-Id: I2350bb6cf1b45208c14ba11a3dc74db34323d48b --- doc/source/configuration/configuring.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/configuration/configuring.rst b/doc/source/configuration/configuring.rst index f0a46287c3..91e63ab985 100644 --- a/doc/source/configuration/configuring.rst +++ b/doc/source/configuration/configuring.rst @@ -172,8 +172,7 @@ the API servers, respectively. listen on the same port. Increasing this value may increase performance (especially if using SSL with compression enabled). Typically it is recommended to have one worker process per CPU. The value `0` will prevent - any new worker processes from being created. When ``data_api`` is set to - ``glance.db.simple.api``, ``workers`` MUST be set to either ``0`` or ``1``. + any new worker processes from being created. Optional. Default: The number of CPUs available will be used by default.