Merge "Remove service_account flag"
diff --git a/create.sh b/create.sh
index 98a3cfb..dfb8d59 100755
--- a/create.sh
+++ b/create.sh
@@ -32,9 +32,11 @@
     --zone=$zone \
     $name
 
+# Specifying the service account explicitly is causing GCE to choke
+# Not sure what's wrong here.
+# --service_account=1082785722088@project.googleusercontent.com \
 gcutil --project $project addinstance \
     --zone=$zone \
-    --service_account=1082785722088@project.googleusercontent.com \
     --service_account_scopes=storage-rw \
     --machine_type=n1-standard-8 \
     --image=projects/debian-cloud/global/images/debian-7-wheezy-v20140318 \