From 9e0771f83f732d82a2676f04c671bd72e7c02df5 Mon Sep 17 00:00:00 2001 From: Ken'ichi Ohmichi Date: Fri, 7 Apr 2017 12:36:31 -0700 Subject: [PATCH] Remove non-existent config options of oslo modules oslo.serialization and oslo.utils don't have any config options at all, and `tempest init` command did output warning message when generating tempest.conf. So this patch removes these entries from config-generator. Closes-Bug: #1620861 Change-Id: Icad81bca5e3e3b69dee99fdac71174c149fd6df2 --- tempest/cmd/config-generator.tempest.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/tempest/cmd/config-generator.tempest.conf b/tempest/cmd/config-generator.tempest.conf index 49ad62dc59..b8f16d92d5 100644 --- a/tempest/cmd/config-generator.tempest.conf +++ b/tempest/cmd/config-generator.tempest.conf @@ -3,5 +3,3 @@ output_file = etc/tempest.conf.sample namespace = tempest.config namespace = oslo.concurrency namespace = oslo.log -namespace = oslo.serialization -namespace = oslo.utils