ironic/tools
John L. Villalovos 3cedd6f924 Have bashate run for entire project
Before bashate was only running on the devstack/ directory. Have it
now run on the entire project for *.sh files.

Fix issues detected by bashate.

Also check the files:
    devstack/files/hooks/qemu
    devstack/lib/ironic

These files were located by doing:
    $ find openstack/ironic/ -not \( -type d -name .?\* -prune \) \
      -type f -not -name '*.sh' | xargs file | grep -i "shell script"

Change-Id: I238b7ab650781143fe8231e01250ab56120ff94f
2016-09-27 11:19:33 -07:00
..
config Have bashate run for entire project 2016-09-27 11:19:33 -07:00
__init__.py Fix pep8 errors and make it pass Jenkins tests. 2013-05-16 18:40:38 -07:00
flake8wrap.sh tox: make it possible to run pep8 on current patch only 2016-01-05 09:55:48 +08:00
run_bashate.sh Have bashate run for entire project 2016-09-27 11:19:33 -07:00
states_to_dot.py Merge "Show transitions initiated by API requests" 2016-02-09 10:45:14 +00:00
with_venv.sh Rename files and fix things. 2013-05-07 16:47:55 -07:00