From 347e30877b12fb9d096bcab50255ba992416bfce Mon Sep 17 00:00:00 2001 From: Bob Ball Date: Sat, 7 Feb 2015 15:15:12 +0000 Subject: [PATCH] XenAPI: Use round-robin mirror for Ubuntu ANL has discontinued their Ubuntu mirror. Update the target to be the official round-robin mirror which should be more stable long-term Change-Id: I1271301d96a44888f45664537435e31dd38ff30d --- tools/xen/xenrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/xen/xenrc b/tools/xen/xenrc index 0cbf86118d..43a6ce8a77 100644 --- a/tools/xen/xenrc +++ b/tools/xen/xenrc @@ -70,8 +70,8 @@ UBUNTU_INST_TEMPLATE_NAME="Ubuntu 14.04 (64-bit) for DevStack" # XenServer 6.1 and later or XCP 1.6 or later # 11.10 is only really supported with XenServer 6.0.2 and later UBUNTU_INST_ARCH="amd64" -UBUNTU_INST_HTTP_HOSTNAME="mirror.anl.gov" -UBUNTU_INST_HTTP_DIRECTORY="/pub/ubuntu" +UBUNTU_INST_HTTP_HOSTNAME="archive.ubuntu.com" +UBUNTU_INST_HTTP_DIRECTORY="/ubuntu" UBUNTU_INST_HTTP_PROXY="" UBUNTU_INST_LOCALE="en_US" UBUNTU_INST_KEYBOARD="us"