Ensure the ssh config files are created per distro 61/52861/2
authorFatih Degirmenci <fdegir@gmail.com>
Wed, 28 Feb 2018 18:25:14 +0000 (18:25 +0000)
committerFatih Degirmenci <fdegir@gmail.com>
Wed, 28 Feb 2018 18:38:54 +0000 (18:38 +0000)
commitfaf5144aa6c87642d627b63a8464a8e96949e9fe
treed24efc598c667c0363ffcf10dc0cd878d3f3dde0
parentc8dfb6d4964499bd5289215dcdf11d0a7699b405
Ensure the ssh config files are created per distro

If 2 jobs for different distros start on the same host, the
generated xci-vm-config files might be rewritten by both jobs
causing trouble for the other. This change creates ssh config
per distro to prevent potential issues.

Change-Id: If6c0a86fd51bf3ba920e9206849ed1537894c7e1
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
xci/scripts/vm/start-new-vm.sh