From 8d7be386d5f8f83de9934cfb2b4c1b5c2822835f Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 4 Sep 2025 22:45:36 +0900 Subject: [PATCH] Replace unused oslo.service options In threading mode the options implemented in oslo.service are not used, in favor of the options imported from cotyledon. Change-Id: I8a94bfea5fe9f9f54077e5d958198ede09f78903 Signed-off-by: Takashi Kajinami --- tools/config/ironic-config-generator.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/config/ironic-config-generator.conf b/tools/config/ironic-config-generator.conf index 1e34758e53..bb4b97c88c 100644 --- a/tools/config/ironic-config-generator.conf +++ b/tools/config/ironic-config-generator.conf @@ -11,7 +11,7 @@ namespace = oslo.concurrency namespace = oslo.policy namespace = oslo.log namespace = oslo.reports -namespace = oslo.service.service +namespace = cotyledon namespace = oslo.service.periodic_task namespace = oslo.service.sslutils namespace = oslo.versionedobjects