diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-02-01 06:46:42 -0800 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-02-01 06:46:42 -0800 |
commit | 31d1a31d1fd8b480e57b1bb61ae21af7850749e4 (patch) | |
tree | 9d2290db7bd2d9eb562fbfc9f8f64323697698dd /packer/vars/ubuntu-16.04.json | |
parent | ce2286c65d5dcff65202ba5763341068a1a8622a (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>
Diffstat (limited to 'packer/vars/ubuntu-16.04.json')
-rw-r--r-- | packer/vars/ubuntu-16.04.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |