80fbb7fca4
As oslo-config-generator has been added, no need to maintain the local copy of sample file, should be generated via tox -egenconfig, generates the sample file with latest config options Change-Id: I6da9bd0454ec1b9980876e3021a331de68204074 Closes-Bug:#1680776
10 lines
247 B
Plaintext
10 lines
247 B
Plaintext
To generate the sample valence.conf file, run the following
|
|
command from the top level of the valence directory:
|
|
|
|
tox -egenconfig #Generates etc/valence.conf.sample
|
|
|
|
If tox is not installed, you may install it as follows:
|
|
|
|
$ sudo pip install tox
|
|
|