From 10742f8ca316fa41810799c9f8e899a03a7eb627 Mon Sep 17 00:00:00 2001 From: Tiago Ilieve Date: Sun, 18 Oct 2015 16:31:12 -0200 Subject: [PATCH] gce: the right name isn't GCE or GSE, it's GCS[1] [1]: https://cloud.google.com/storage/ --- bootstrapvz/providers/gce/tasks/image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrapvz/providers/gce/tasks/image.py b/bootstrapvz/providers/gce/tasks/image.py index e2f07ca..8dc18fd 100644 --- a/bootstrapvz/providers/gce/tasks/image.py +++ b/bootstrapvz/providers/gce/tasks/image.py @@ -35,7 +35,7 @@ class CreateTarball(Task): class UploadImage(Task): - description = 'Uploading image to GCE' + description = 'Uploading image to GCS' phase = phases.image_registration predecessors = [CreateTarball]