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.
+# [email protected] \
gcutil --project $project addinstance \
--zone=$zone \
- [email protected] \
--service_account_scopes=storage-rw \
--machine_type=n1-standard-8 \
--image=projects/debian-cloud/global/images/debian-7-wheezy-v20140318 \