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

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
Reference in New Issue
openstack/nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.