From c695e5bcc769f9203075bf7c530af86c6132bf63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Thu, 18 Aug 2016 11:53:05 +0200 Subject: [PATCH] change repo url MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit http://ceph.com/debian-hammer redirects to http://download.ceph.com/debian-hammer/ However while setting: CEPH_RELEASE=jewel http://ceph.com/debian-jewel does not redirect to http://download.ceph.com/debian-jewel and stack fails. So fixing the repo url by directly using http://download.ceph.com Change-Id: Ib8e80e43674c6d8ffd01bc6af56e66e9e254213b Signed-off-by: Sébastien Han --- devstack/lib/ceph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/lib/ceph b/devstack/lib/ceph index 8284b985..8f9b8d1a 100644 --- a/devstack/lib/ceph +++ b/devstack/lib/ceph @@ -111,7 +111,7 @@ ATTACH_ENCRYPTED_VOLUME_AVAILABLE=False APT_REPOSITORY_FILE="/etc/apt/sources.list.available.d/ceph-deb-hammer.list" # If the package mirror file doesn't exist, fetch from here APT_REPOSITORY_ENTRY="\ - deb http://ceph.com/debian-${CEPH_RELEASE} $(lsb_release -sc) main" + deb http://download.ceph.com/debian-${CEPH_RELEASE} $(lsb_release -sc) main" # Set INIT_SYSTEM to upstart, systemd, or init. In our domain it should be # safe to assume that if the init system is not upstart or systemd that it