From 2309683438a8b9c3d563ab759ace349d8871d585 Mon Sep 17 00:00:00 2001
From: Kevin Carter <kevin.carter@rackspace.com>
Date: Thu, 1 Sep 2016 18:26:28 -0500
Subject: [PATCH] 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>
---
 multi-node-aio/deploy-vms.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multi-node-aio/deploy-vms.sh b/multi-node-aio/deploy-vms.sh
index c023d029..1b1a496e 100755
--- a/multi-node-aio/deploy-vms.sh
+++ b/multi-node-aio/deploy-vms.sh
@@ -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 \