aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorgraiss <grakiss.wanglei@huawei.com>2015-10-31 17:13:03 +0800
committergraiss <grakiss.wanglei@huawei.com>2015-11-02 16:07:47 +0800
commit9e28b43af14bdaa4693b3d05a043ff6cdb797fbf (patch)
tree444dcdbef3f47bf223316f1891aecb6f6338da20 /build
parent6ccf509ef306522f9038d942e7bb936084e3610f (diff)
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 <grakiss.wanglei@huawei.com>
Diffstat (limited to 'build')
-rw-r--r--build/build.conf2
1 files changed, 1 insertions, 1 deletions
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}