Merge "tox: Stop calling config/policy generators twice"
This commit is contained in:
commit
10477b2e85
4
tox.ini
4
tox.ini
@ -124,10 +124,6 @@ commands =
|
||||
bash -c "! find doc/ -type f -name *.json | xargs grep -U -n $'\r'"
|
||||
# Check that all included JSON files are valid JSON
|
||||
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
|
||||
sphinx-build -W -b html placement-api-ref/source placement-api-ref/build/html
|
||||
|
Loading…
Reference in New Issue
Block a user