commit | b315ddf82616d6f6157f13ab19961fa0338af7d3 | [log] [tgz] |
---|---|---|
author | Dean Troyer <dtroyer@gmail.com> | Thu Mar 29 16:19:42 2012 -0500 |
committer | Dean Troyer <dtroyer@gmail.com> | Thu Mar 29 16:19:46 2012 -0500 |
tree | df027b03fab1fb4788d85e362b9c58f1bdbc926c | |
parent | 20121bd1dca3e02272c861cb2469277241007cb8 [diff] [blame] |
Fix oversight in container format handling https://review.openstack.org/5934 changed the container and disk format handling, but I forgot to reset the variables at the top of the loop (DOH!) Change-Id: I2782c06e7b4da1b69ecb72f847a5593bda522b7d
diff --git a/stack.sh b/stack.sh index 2766744..1a9b0c6 100755 --- a/stack.sh +++ b/stack.sh
@@ -1659,6 +1659,8 @@ KERNEL="" RAMDISK="" + DISK_FORMAT="" + CONTAINER_FORMAT="" case "$IMAGE_FNAME" in *.tar.gz|*.tgz) # Extract ami and aki files