Merge pull request #1492 from jbeda/backports-fix

Change back to generic image description now that GCE is fixed.
pull/6/head
Joe Beda 2014-09-29 12:27:51 -07:00
commit 648a400e36
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ MASTER_SIZE=g1-small
MINION_SIZE=g1-small
NUM_MINIONS=4
# gcloud/gcutil will expand this to the latest supported image.
IMAGE=projects/debian-cloud/global/images/backports-debian-7-wheezy-v20140924
IMAGE=backports-debian-7-wheezy
NETWORK=default
INSTANCE_PREFIX=kubernetes
MASTER_NAME="${INSTANCE_PREFIX}-master"

View File

@ -20,7 +20,7 @@ MASTER_SIZE=g1-small
MINION_SIZE=g1-small
NUM_MINIONS=2
# gcloud/gcutil will expand this to the latest supported image.
IMAGE=projects/debian-cloud/global/images/backports-debian-7-wheezy-v20140924
IMAGE=backports-debian-7-wheezy
NETWORK=e2e
INSTANCE_PREFIX="e2e-test-${USER}"
MASTER_NAME="${INSTANCE_PREFIX}-master"