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
This commit is contained in:
Ken'ichi Ohmichi 2017-04-07 12:36:31 -07:00
parent f66799e915
commit 9e0771f83f
1 changed files with 0 additions and 2 deletions

View File

@ -3,5 +3,3 @@ output_file = etc/tempest.conf.sample
namespace = tempest.config namespace = tempest.config
namespace = oslo.concurrency namespace = oslo.concurrency
namespace = oslo.log namespace = oslo.log
namespace = oslo.serialization
namespace = oslo.utils