From d7c00cb1d4a2bb16140c7af9a43e578ff0b1953d Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 15 Dec 2011 09:42:20 -0800 Subject: [PATCH] Move cached images into devstack. Part 2 of a 2 part change that moves images that were cached by the template vm update script into place for use by devstack. Change-Id: I27ba3c7ffb85492c96362cdf64959cb1d5afca96 --- slave_scripts/devstack-vm-gate-host.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/slave_scripts/devstack-vm-gate-host.sh b/slave_scripts/devstack-vm-gate-host.sh index 72fad076..15438367 100755 --- a/slave_scripts/devstack-vm-gate-host.sh +++ b/slave_scripts/devstack-vm-gate-host.sh @@ -51,5 +51,9 @@ ENABLED_SERVICES=g-api,g-reg,key,n-api,n-cpu,n-net,n-sch,mysql,rabbit SKIP_EXERCISES=swift EOF +# The vm template update job should cache some images in ~/files. +# Move them to where devstack expects: +mv ~/files/* /opt/stack/devstack/files + ./stack.sh ./exercise.sh