From 695d95dc3e204b3fa5390805352c0862d33ff92a Mon Sep 17 00:00:00 2001 From: Roger Luethi Date: Tue, 5 Aug 2014 09:03:32 +0200 Subject: [PATCH] labs: Update Ubuntu 14.04 -> 14.04.1 Update the ISO_URL for the new Ubuntu point release. Change-Id: I81e70f929d0348f0f91b6381a70f6919b48983c5 Implements: blueprint openstack-training-labs --- labs/lib/osbash/lib.ubuntu-14.04-server-amd64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/lib/osbash/lib.ubuntu-14.04-server-amd64 b/labs/lib/osbash/lib.ubuntu-14.04-server-amd64 index e45c37fa..facbabac 100644 --- a/labs/lib/osbash/lib.ubuntu-14.04-server-amd64 +++ b/labs/lib/osbash/lib.ubuntu-14.04-server-amd64 @@ -7,7 +7,7 @@ # Booting the operating system installer #------------------------------------------------------------------------------- -readonly ISO_URL=http://releases.ubuntu.com/14.04/ubuntu-14.04-server-amd64.iso +readonly ISO_URL=http://releases.ubuntu.com/14.04/ubuntu-14.04.1-server-amd64.iso readonly _PS_ssh=http://git.openstack.org/cgit/openstack/training-guides/plain/labs/lib/osbash/netboot/preseed-ssh.cfg readonly _PS_vbadd=http://git.openstack.org/cgit/openstack/training-guides/plain/labs/lib/osbash/netboot/preseed-vbadd.cfg