gce: the right name isn't GCE or GSE, it's GCS[1]

[1]: https://cloud.google.com/storage/
This commit is contained in:
Tiago Ilieve 2015-10-18 16:31:12 -02:00
parent 0068cdc1a8
commit 10742f8ca3

View file

@ -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]