Update docs for regenerating sample conf file

Change-Id: I0999b75f43248b7e3e826845aaabff239aeab013
This commit is contained in:
David Kranz 2014-11-11 14:07:20 -05:00
parent 31a91ee725
commit fb0f51ff9f

@ -213,8 +213,10 @@ Good candidates for stress tests are:
Sample Configuration File
-------------------------
The sample config file is autogenerated using a script. If any changes are made
to the config variables in tempest then the sample config file must be
regenerated. This can be done running the script: tools/generate_sample.sh
to the config variables in tempest/config.py then the sample config file must be
regenerated. This can be done running::
tox -egenconfig
Unit Tests
----------