Convert os_plugins from csv to ssv 29/71129/2
authorJamo Luhrsen <jluhrsen@redhat.com>
Tue, 17 Apr 2018 23:15:38 +0000 (16:15 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Mon, 23 Apr 2018 20:33:01 +0000 (13:33 -0700)
commit26df70c06e58d23687ea16c92fc5d4220750ad5b
treed643c6136db1aa0940e368fbecb2b68d21aba165
parent1002f1eebd94c682dba81edde483d8506cae1412
Convert os_plugins from csv to ssv

seems our deploy scripts are looping over the list
of openstack plugins that are enabled in each job.
in one place if one of the plugins was networking-sfc,
it would install a special CLI package so those
commands would be available and work. It looks like
the looping logic was expecting space separated,
but we are passing in comma separated lists. this
should fix that.

Change-Id: I0957b7f01a54948865aa942b4ecc6c40f69a5a07
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
jjb/integration/common-functions.sh
jjb/integration/integration-deploy-openstack-run-test.sh