Merge pull request #419 from marineam/gce

core_promote: update to new standard GCE image description format
This commit is contained in:
Michael Marineau 2015-06-10 15:39:35 -07:00
commit cc56a23208

View File

@ -93,7 +93,8 @@ fi
if [[ ${FLAGS_do_gce} -eq ${FLAGS_TRUE} ]]; then
gce_name="coreos-${lower_channel}-${FLAGS_version//./-}-v$(date -u +%Y%m%d)"
gce_desc="CoreOS ${lower_channel} ${FLAGS_version}"
# description must be of the format "Vendor, OS, Version, Description"
gce_desc="CoreOS, CoreOS ${lower_channel}, ${FLAGS_version}, ${FLAGS_board} published on $(date -u +%Y-%m-%d)"
gcutil \
--project coreos-cloud \
addimage \