summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-02-01 06:46:42 -0800
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2017-02-01 06:46:42 -0800
commit31d1a31d1fd8b480e57b1bb61ae21af7850749e4 (patch)
tree9d2290db7bd2d9eb562fbfc9f8f64323697698dd
parentce2286c65d5dcff65202ba5763341068a1a8622a (diff)
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 <agrimberg@linuxfoundation.org>
-rw-r--r--packer/vars/ubuntu-14.04.json2
-rw-r--r--packer/vars/ubuntu-16.04.json2
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",