From c40eacd146148d28312bed4ae1425d4d7d40e631 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 11 Feb 2024 14:54:59 +0900 Subject: [PATCH] doc: Drop oslo.db.concurrency namespace This is used by TpoolDbapiWrapper in oslo.db which is deprecated. Change-Id: I1cb605a531c080296952ece3668c4002061e94fd --- doc/source/cli/validator.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/cli/validator.rst b/doc/source/cli/validator.rst index 23ae4243..1a81a746 100644 --- a/doc/source/cli/validator.rst +++ b/doc/source/cli/validator.rst @@ -94,7 +94,6 @@ Here's an example of using the validator on Nova:: --namespace oslo.service.periodic_task \ --namespace oslo.service.service \ --namespace oslo.db \ - --namespace oslo.db.concurrency \ --namespace oslo.middleware \ --namespace oslo.concurrency \ --namespace keystonemiddleware.auth_token \