aboutsummaryrefslogtreecommitdiffstats
path: root/gce
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-01-27 20:53:49 +0100
committerGitHub <noreply@github.com>2017-01-27 20:53:49 +0100
commit9a1fbc16bec5a5d79a9f1ce3a50d3f8916d5daea (patch)
tree355c08ec5cb5bbe7ba1eb6af1bcc7d7031349a63 /gce
parentedb0141529e09ca152803885cd94e1e3915d4ca9 (diff)
parent83cf8e39241b9862d65a96bc7a9c0fb3827661ce (diff)
Merge pull request #121 from google/new_cover
New cover
Diffstat (limited to 'gce')
-rw-r--r--gce/gce.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gce/gce.go b/gce/gce.go
index 27bbbf6f2..1d22bd78b 100644
--- a/gce/gce.go
+++ b/gce/gce.go
@@ -127,7 +127,7 @@ func (ctx *Context) CreateInstance(name, machineType, image, sshkey string) (str
Scheduling: &compute.Scheduling{
AutomaticRestart: false,
Preemptible: true,
- OnHostMaintenance: "TERMINATE",
+ OnHostMaintenance: "MIGRATE",
},
}