2eed19e922
Move to using the oslo.config library to generate sample configuration file using tox -e genconfig Implements: oslo-config-generator [1] [1] https://blueprints.launchpad.net/oslo-incubator/+spec/oslo-config-generator Change-Id: Ic390f4409b5e24f01b7d561e1e1998d66dd97e33
10 lines
180 B
Plaintext
10 lines
180 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator
|
|
module=gettextutils
|
|
module=log
|
|
module=processutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=bareon
|