Fix packer base images for Ubuntu 1{4,6}.04
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 1 Feb 2017 14:46:42 +0000 (06:46 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 1 Feb 2017 14:46:42 +0000 (06:46 -0800)
Need the Ubuntu base image names to properly map to the images that have
been uploaded into the cloud for use

Change-Id: I45153b9b796da814528ae6a88dc6e01251d305b8
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
packer/vars/ubuntu-14.04.json
packer/vars/ubuntu-16.04.json

index 8acecd5..938194b 100644 (file)
@@ -1,5 +1,5 @@
 {
-  "base_image": "Ubuntu 14.04 LTS (2016-07-22) - LF upload",
+  "base_image": "Ubuntu 14.04 (2017-02-01) - LF upload",
   "cloud_user": "ubuntu",
 
   "distro": "Ubuntu 14.04",
index c650d07..c45de86 100644 (file)
@@ -1,5 +1,5 @@
 {
-  "base_image": "Ubuntu 16.04 LTS (2016-07-22) - LF upload",
+  "base_image": "Ubuntu 16.04 (2017-02-01) - LF upload",
   "cloud_user": "ubuntu",
 
   "distro": "Ubuntu 16.04",