valence/etc/README-valence.conf.txt
Anusha Ramineni 80fbb7fca4 Remove valence.conf.sample
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
2017-04-10 11:51:37 +05:30

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