From ac25b0359ae1beb348b7a47ca3e9984773e88168 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 19 Dec 2012 11:15:46 -0500 Subject: [PATCH] turn debug on for euca-upload-bundle this spuriously fails in devstack gate, and need to turn this on to get to the bottom of the fails. Change-Id: I7d5c1b4d3230efacdd8a3b89e5e40e98ac894a1d --- exercises/bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/bundle.sh b/exercises/bundle.sh index daff5f9c9f..12f27323b9 100755 --- a/exercises/bundle.sh +++ b/exercises/bundle.sh @@ -51,7 +51,7 @@ IMAGE=bundle.img truncate -s 5M /tmp/$IMAGE euca-bundle-image -i /tmp/$IMAGE || die "Failure bundling image $IMAGE" -euca-upload-bundle -b $BUCKET -m /tmp/$IMAGE.manifest.xml || die "Failure uploading bundle $IMAGE to $BUCKET" +euca-upload-bundle --debug -b $BUCKET -m /tmp/$IMAGE.manifest.xml || die "Failure uploading bundle $IMAGE to $BUCKET" AMI=`euca-register $BUCKET/$IMAGE.manifest.xml | cut -f2` die_if_not_set AMI "Failure registering $BUCKET/$IMAGE"