Merge "Add oslopolicy script runs to the docs tox target"

This commit is contained in:
Jenkins 2016-08-25 10:37:38 +00:00 committed by Gerrit Code Review
commit 3609487867

View File

@ -75,6 +75,8 @@ commands =
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
oslopolicy-sample-generator --config-file=etc/nova/nova-policy-generator.conf
oslopolicy-list-redundant --namespace nova
oslopolicy-policy-generator --namespace nova --output-file etc/nova/policy.yaml.merged
sphinx-build -W -b html api-guide/source api-guide/build/html
sphinx-build -W -b html api-ref/source api-ref/build/html