Mark all files that are run (and not only sourced) as executable.
Remove files bump-milestone.sh, run-xmllint.sh and wait_for_nova.sh,
those are not used anywhere in OpenStack (according to codesearch.o.o
and local git grep).
Change-Id: Ie344c9f9f8cc39b102f0147ecffa189e1b83da1e
Function stderr.write() can't break line automatically.
So it's necessary to add newline to the strings.
Change-Id: I2efaf96974e4e23ce2a27a57b9f0e0b251015fd8
Since sys.argv is always of nonzero length, the logic in
command-line parsing should expect it to either be 1 element long
(no arguments) or test the first argument (sys.argv[1]).
Change-Id: Ic7cf65ac89754d6aaa53fa361860f04533cb48be
This repo was created from filter branching the openstack-infra/
config repo. This process brought a lot of cruft with it in the
form of directories that we no longer need. This patch removes
that cruft so we begin with a tidier repo.
Change-Id: Ibffad1b11c0c5f84eedfb0365369f60c4961a0f3