Containerized builds do not use src rpms, but instead
build directly from git repos or upstream sources.
A clean workspace build passed, as well as building wheels and
containers.
A later commit will remove or rename the containerized pike
files, which are almost all not being built anymore.
Removing:
aodh
ceilometer
cinder
glance
glance-store
gnocchi
ironic
heat
magnum
magnum-ui
murano
murano-ui
nova
neutron
neutron-lib
python-networking-bgpvpn
python-networking-sfc
python-networking-odl
python-neutron-dynamic-routing
panko
panko-config
This also fixes some minor tox issues
1) bashate needed the argument -r to handle empty input to xargs
2) bashate needs to process files individually otherwise
failures may not be reported.
3) bashate line too long no longer needed to be suppressed since
the file with the issue was removed.
The existing folders still exist to provide the docker image
directives. A future commit may relocate the docker image
directives into their own centralized location.
Story: 2004764
Task: 30213
Change-Id: I4b724e4630593326dead7e86b0bfc74b556cfb9f
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>