Pass arg lists to gcloud as comma-separated single arg

This should get rid of the scary warning messages on GCE up.

Fixes #8117
This commit is contained in:
Justin Santa Barbara
2015-05-23 00:07:09 -04:00
parent b7caedeedb
commit 521cb0e85b
5 changed files with 16 additions and 14 deletions

View File

@@ -167,7 +167,7 @@ function test-setup() {
# collisions here?
"${GCLOUD}" compute firewall-rules create \
"${MINION_TAG}-${USER}-http-alt" \
--allow tcp:80 tcp:8080 \
--allow tcp:80,tcp:8080 \
--project "${PROJECT}" \
--target-tags "${MINION_TAG}" \
--network="${NETWORK}"