aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce/create_linux_performance_worker.sh
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-10-18 09:45:45 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-10-18 09:45:45 -0700
commit2a00d3d1bca70096451370102afec25faa33edb8 (patch)
tree1121d9f2e16b306ce372cd16e24bc09aa26b3828 /tools/gce/create_linux_performance_worker.sh
parentc37a8a56df0b2dd64f802fee4d4da7d5552212e1 (diff)
parent21fbe2016c173edd3cb8943138cabf8f097cb62a (diff)
Merge branch 'master' into rpc_mgr
Diffstat (limited to 'tools/gce/create_linux_performance_worker.sh')
-rwxr-xr-xtools/gce/create_linux_performance_worker.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/gce/create_linux_performance_worker.sh b/tools/gce/create_linux_performance_worker.sh
index c9a0ffa4e1..2c8cf0b96b 100755
--- a/tools/gce/create_linux_performance_worker.sh
+++ b/tools/gce/create_linux_performance_worker.sh
@@ -48,7 +48,8 @@ gcloud compute instances create $INSTANCE_NAME \
--project="$CLOUD_PROJECT" \
--zone "$ZONE" \
--machine-type $MACHINE_TYPE \
- --image ubuntu-15-10 \
+ --image-project ubuntu-os-cloud \
+ --image-family ubuntu-1604-lts \
--boot-disk-size 300 \
--scopes https://www.googleapis.com/auth/bigquery