![yanyanhu](/assets/img/avatar_default.png)
This patch adds gen-config tool which wraps oslo-config-generator. It also moves README-higgins.conf.txt and higgins-config-generator.conf files from etc/higgins to tools directory so etc/higgins will only be used to maintain configuration files of Higgins service. Change-Id: I53cc5aeba6001b147c7cf6ffba33056470646f0f
13 lines
296 B
Plaintext
13 lines
296 B
Plaintext
To generate the sample higgins.conf file, run gen-config tools
|
|
from the top level of the higgins directory:
|
|
|
|
tools/gen-config
|
|
|
|
Or run the following command from the top level of the
|
|
higgins directory:
|
|
|
|
tox -egenconfig
|
|
|
|
Generated sample configuration file will be put into etc/higgins/
|
|
directory.
|