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
This commit is contained in:
parent
d6decab220
commit
ac25b0359a
@ -51,7 +51,7 @@ IMAGE=bundle.img
|
|||||||
truncate -s 5M /tmp/$IMAGE
|
truncate -s 5M /tmp/$IMAGE
|
||||||
euca-bundle-image -i /tmp/$IMAGE || die "Failure bundling image $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`
|
AMI=`euca-register $BUCKET/$IMAGE.manifest.xml | cut -f2`
|
||||||
die_if_not_set AMI "Failure registering $BUCKET/$IMAGE"
|
die_if_not_set AMI "Failure registering $BUCKET/$IMAGE"
|
||||||
|
Loading…
Reference in New Issue
Block a user