Merge "turn debug on for euca-upload-bundle"
This commit is contained in:
commit
6b127a9d57
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user