Add missing namespace for config generator

Due to problems in oslo.service, configuration option generator is not
collecting all options from the source file. This patch adds some other
modules that contains configuration options.

Change-Id: I7940d7bb5a5e17cf2bfc0a6d950807bb2d5de186
This commit is contained in:
tengqm 2015-06-27 05:41:56 -04:00
parent d5acef3fc1
commit 5d814a9837
1 changed files with 2 additions and 0 deletions

View File

@ -9,3 +9,5 @@ namespace = oslo.log
namespace = oslo.messaging
namespace = oslo.policy
namespace = oslo.service.periodic_task
namespace = oslo.service.service
namespace = oslo.service.sslutils