From 0a86fa84e0fc38bc4d876b5fb9b777b0d32233a4 Mon Sep 17 00:00:00 2001 From: Pranav Salunke Date: Fri, 27 Mar 2015 10:28:37 +0100 Subject: [PATCH] Updates ubuntu server image Updates ubuntu server image to ubuntu-server-14.04.2. The older versions are not currently available for download, resulting in timeout with http 404 error while download request is being sent. Change-Id: I86917aa1be0392d45d9e9e33f6a913704ae1fed8 --- labs/lib/osbash/lib.ubuntu-14.04-server-amd64 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/labs/lib/osbash/lib.ubuntu-14.04-server-amd64 b/labs/lib/osbash/lib.ubuntu-14.04-server-amd64 index a2c6b965..dc8ab906 100644 --- a/labs/lib/osbash/lib.ubuntu-14.04-server-amd64 +++ b/labs/lib/osbash/lib.ubuntu-14.04-server-amd64 @@ -7,8 +7,8 @@ # Booting the operating system installer #------------------------------------------------------------------------------- -readonly ISO_URL=http://releases.ubuntu.com/14.04/ubuntu-14.04.1-server-amd64.iso -readonly ISO_MD5=ca2531b8cd79ea5b778ede3a524779b9 +readonly ISO_URL=http://releases.ubuntu.com/14.04/ubuntu-14.04.2-server-amd64.iso +readonly ISO_MD5=83aabd8dcf1e8f469f3c72fff2375195 readonly _PS_ssh=http://git.openstack.org/cgit/openstack/training-guides/plain/labs/lib/osbash/netboot/preseed-ssh-v2.cfg readonly _PS_vbadd=http://git.openstack.org/cgit/openstack/training-guides/plain/labs/lib/osbash/netboot/preseed-vbadd.cfg