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:
parent
d5acef3fc1
commit
5d814a9837
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user