Gate on nova.conf.sample generation

If someone makes a change that breaks "tox -e genconfig"
it is not caught today by any of the gate/check jobs.
We should fail at least the docs job by running
oslo-config-generator to make sure it works.

Change-Id: I63fede4a7b5f358f2212383e2870cc64c4f9f1e4
This commit is contained in:
Davanum Srinivas 2015-08-21 13:20:23 -04:00
parent 0133eb4923
commit 6761726ee9
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ commands = {posargs}
commands =
python setup.py build_sphinx
bash -c '! find doc/ -type f -name *.json | xargs -t -n1 python -m json.tool 2>&1 > /dev/null | grep -B1 -v ^python'
oslo-config-generator --config-file=etc/nova/nova-config-generator.conf
[testenv:bandit]
deps = -r{toxinidir}/test-requirements.txt