From 31d1a31d1fd8b480e57b1bb61ae21af7850749e4 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Wed, 1 Feb 2017 06:46:42 -0800 Subject: [PATCH] Fix packer base images for Ubuntu 1{4,6}.04 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 --- packer/vars/ubuntu-14.04.json | 2 +- packer/vars/ubuntu-16.04.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packer/vars/ubuntu-14.04.json b/packer/vars/ubuntu-14.04.json index 8acecd576..938194b52 100644 --- a/packer/vars/ubuntu-14.04.json +++ b/packer/vars/ubuntu-14.04.json @@ -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", diff --git a/packer/vars/ubuntu-16.04.json b/packer/vars/ubuntu-16.04.json index c650d0737..c45de861e 100644 --- a/packer/vars/ubuntu-16.04.json +++ b/packer/vars/ubuntu-16.04.json @@ -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", -- 2.16.6