Remove service_account flag

Change-Id: I43b10f5cf4cce6c870161117b5f78031c5607332
diff --git a/create.sh b/create.sh
index 63957b7..069cbf6 100755
--- a/create.sh
+++ b/create.sh
@@ -23,9 +23,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 \