From dd8d9acb8943fd72e1d284e6f5549764d6cebabe Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 4 Sep 2025 22:32:37 +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: I62fe8b6b721359d2f479028ef3e3eae854fa8283 Signed-off-by: Takashi Kajinami --- tools/config/config-generator.mistral.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/config/config-generator.mistral.conf b/tools/config/config-generator.mistral.conf index 843a57a81..c9c5723f1 100644 --- a/tools/config/config-generator.mistral.conf +++ b/tools/config/config-generator.mistral.conf @@ -3,6 +3,7 @@ output_file = etc/mistral.conf.sample wrap_width = 80 summarize = true namespace = mistral.config +namespace = cotyledon namespace = oslo.db namespace = oslo.messaging namespace = oslo.middleware.cors @@ -12,4 +13,3 @@ namespace = keystonemiddleware.auth_token namespace = oslo.log namespace = oslo.policy namespace = oslo.service.sslutils -namespace = oslo.service.service