3 Commits

Author SHA1 Message Date
Tom Barron
d0da393ac6 Suppress some bashate warnings
When running ``tox`` for manila image elements bashate warnings
are emitted for lines that are too long.  Suppress these since
we have no intention of enforcing that requirement.  Also add a
shebang to the top of a shell script, which does no harm (even
though it is not needed when sourcing the script to set env files)
in order to make another warning go away.

TrivialFix

Change-Id: I7f2f2723f99d64a0e28b4d0fe43b79e7201f6121
2017-01-16 14:05:50 -05:00
Ben Swartzlander
9637c86877 Don't run bashate on conf files
Bashate seems to be running on many files it shouldn't. There
is an error related to a conf file, so I'm explicitly excluding
conf files. Also reformat the run_bashate script so it doesn't
warn about itself.

Change-Id: I3986ecefcfb91c6a090697c782371dd100dc0d67
2016-03-02 16:43:00 -05:00
Igor Malinovskiy
50336185d9 Align project with default openstack project structure 2015-06-03 16:18:32 +03:00