Remove the nova.config.sample file

This file is not gated anymore and therefore it gets
out of date. Replacing it with a README that explains
how to generate it

DocImpact
Closes-Bug: 1294774
Change-Id: I2a72a005208a2c86d69ac461d72e54c53bd395cf
This commit is contained in:
Tracy Jones 2014-03-19 10:56:49 -07:00
parent b7adaa96ab
commit 918f6eab7c
3 changed files with 9 additions and 3695 deletions

View File

@ -0,0 +1,4 @@
To generate the sample nova.conf file, run the following
command from the top level of the nova directory:
tox -egenconfig

File diff suppressed because it is too large Load Diff

View File

@ -22,6 +22,11 @@ sitepackages = False
commands =
flake8 {posargs}
[testenv:genconfig]
sitepackages = False
commands =
bash tools/config/generate_sample.sh -b . -p nova -o etc/nova
[testenv:pylint]
setenv = VIRTUAL_ENV={envdir}
commands = bash tools/lintstack.sh