From 9e28b43af14bdaa4693b3d05a043ff6cdb797fbf Mon Sep 17 00:00:00 2001 From: graiss Date: Sat, 31 Oct 2015 17:13:03 +0800 Subject: FIX: ceph Deployment failed: RuntimeError: bootstrap-osd keyring not found JIRA: COMPASS-85 - try to gather keys manually before next operation Change-Id: I32a7e79488813c42b5ead0f08675cf346c81eb54 Signed-off-by: graiss --- build/build.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/build.conf b/build/build.conf index d57e5f37..c6f0bdef 100644 --- a/build/build.conf +++ b/build/build.conf @@ -1,5 +1,5 @@ TIMEOUT=10 -export PACKAGE_URL=${PACKAGE_URL:-http://58.251.166.184:9999} +export PACKAGE_URL=${PACKAGE_URL:-http://205.177.226.235:9999} #begin: package download export CENTOS_BASE=${CENTOS_BASE:-$PACKAGE_URL/centos_base.iso} -- cgit 1.2.3-korg