Add ability to install with Apache in devstack

Change-Id: I9e9bc6edaca948ea4af7868901f76623c8d0d9c5
This commit is contained in:
Vitaly Gridnev 2017-03-09 15:07:21 +04:00
parent 68996919c2
commit 5f5b4b682f
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ commands =
doc8 doc/source
# Run bashate checks
bash -c "find sahara -iname '*.sh' -print0 | xargs -0 bashate -v"
bash -c "find devstack -not -name README.rst -and -not -name \*.json -type f -print0 | xargs -0 bashate -v"
bash -c "find devstack -not -name \*.template -and -not -name README.rst -and -not -name \*.json -type f -print0 | xargs -0 bashate -v"
# Run security linter
bandit -c bandit.yaml -r sahara -n5 -p sahara_default -x tests