From 2bf1befbc6e5f6124d58910b668b0eca4ed9f93e Mon Sep 17 00:00:00 2001 From: zhurong Date: Thu, 6 Jul 2017 15:11:26 +0800 Subject: [PATCH] Remove the extra http Change-Id: I2110af13b2330b2cd11d395b86dc4e9ad773bf41 --- tools/prepare_packages.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/prepare_packages.sh b/tools/prepare_packages.sh index c9876e6..c650a22 100755 --- a/tools/prepare_packages.sh +++ b/tools/prepare_packages.sh @@ -120,8 +120,8 @@ fi # check and define endpoints : "${MURANO_URL:?MURANO_URL is not set. Try to execute command: export MURANO_URL=http://$HOST:8082/}" -: "${GLARE_URL:?GLARE_URL is not set. Try to execute command: export GLARE_URL=http=http://$HOST:9494/}" -: "${OS_AUTH_URL:?OS_AUTH_URL is not set. Try to execute command: export OS_AUTH_URL=http=http://$HOST:5000/v2.0}" +: "${GLARE_URL:?GLARE_URL is not set. Try to execute command: export GLARE_URL=http://$HOST:9494/}" +: "${OS_AUTH_URL:?OS_AUTH_URL is not set. Try to execute command: export OS_AUTH_URL=http://$HOST:5000/v2.0}" # import default packages_list, if exist if [ -f "${DIR}/default_packages_list.sh" ]; then