Removed file name which should not have been included

In one interation a debug file was used on my test node which remained
as I posed this commit. Sadly the attmpted inclusion breaks the end of
the deploy VMs process. To resolve this, the bad file name has been
removed from the loop.

Change-Id: I44aafc8aa26bdad7efc43835719003637a608ee6
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2016-09-01 18:26:28 -05:00
parent 746589d8c9
commit 2309683438
No known key found for this signature in database
GPG Key ID: 69FEFFC5E2D9273F

View File

@ -57,7 +57,7 @@ done
# Ensure that all running VMs have an updated apt-cache with keys
for node in $(get_all_hosts); do
ssh -q -n -f -o StrictHostKeyChecking=no 10.0.0.${node#*":"} "mkdir -p /tmp/keys"
for i in /tmp/all-apt-keys /etc/apt/apt.conf.d/00-nokey /etc/apt/sources.list /etc/apt/sources.list.d/* /tmp/keys/*; do
for i in /etc/apt/apt.conf.d/00-nokey /etc/apt/sources.list /etc/apt/sources.list.d/* /tmp/keys/*; do
scp "$i" "10.0.0.${node#*":"}:$i"
done
ssh -q -n -f -o StrictHostKeyChecking=no 10.0.0.${node#*":"} "(for i in /tmp/keys/*; do \