summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Brown <ryansb@csh.rit.edu>2011-07-05 09:01:44 -0700
committerRyan Brown <ryansb@csh.rit.edu>2011-07-05 09:01:44 -0700
commita76a81be520fa2f196cbeab85cbb7e7080168ab5 (patch)
treee63ecb8bf1a98b6b93ba95d375a0e8e8f7f093dc
parent19077cf20c4344d6fc6a36057df3d3b266dc17af (diff)
downloadboto-a76a81be520fa2f196cbeab85cbb7e7080168ab5.tar.gz
Enabled compression by default
-rwxr-xr-xbin/launch_instance2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/launch_instance b/bin/launch_instance
index 60532687..53032ad7 100755
--- a/bin/launch_instance
+++ b/bin/launch_instance
@@ -208,7 +208,7 @@ if __name__ == "__main__":
except Exception, e:
pass
- user_data = boto.utils.write_mime_multipart(scriptuples, compress=False)
+ user_data = boto.utils.write_mime_multipart(scriptuples, compress=True)
shutdown_proc = "terminate"
if options.save_ebs: