From 6761726ee950755d6ce092131a4a30b454ed0cc7 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Fri, 21 Aug 2015 13:20:23 -0400 Subject: [PATCH] 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 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index b831f97ff34f..91b796a56634 100644 --- a/tox.ini +++ b/tox.ini @@ -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