d06613e3e9
Currently, all config options of Zun were found in separate package/module. This is somehow hard for new developer joining Zun team to use/add new config options. This patch moves all config option to central place. Change-Id: I2940d295b413b9c802f09be8d418c3721e2f423c
15 lines
354 B
Plaintext
15 lines
354 B
Plaintext
[DEFAULT]
|
|
output_file = etc/zun/zun.conf.sample
|
|
wrap_width = 79
|
|
|
|
namespace = zun.conf
|
|
namespace = keystonemiddleware.auth_token
|
|
namespace = oslo.concurrency
|
|
namespace = oslo.db
|
|
namespace = oslo.log
|
|
namespace = oslo.messaging
|
|
namespace = oslo.middleware.cors
|
|
namespace = oslo.policy
|
|
namespace = oslo.service.periodic_task
|
|
namespace = oslo.service.service
|