Update sdc config url of catalog 53/26353/1
authorfujinhua <fu.jinhua@zte.com.cn>
Fri, 15 Dec 2017 04:03:54 +0000 (12:03 +0800)
committeryunlong ying <ying.yunlong@zte.com.cn>
Fri, 15 Dec 2017 06:09:40 +0000 (06:09 +0000)
Change-Id: Ib8d57b1e0aae2938c4be8413a1f07a55189aa17c
Issue-ID: VFC-598
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
(cherry picked from commit 50eb6a6058dc86e479e364c3bd7dd76652d4b659)

catalog/pub/config/config.py

index 876663e..da0dfad 100644 (file)
@@ -49,6 +49,6 @@ CATALOG_ROOT_PATH = None
 CATALOG_URL_PATH = None
 
 # [sdc config]
-SDC_BASE_URL = "http://%s/api" % MSB_SERVICE_IP
+SDC_BASE_URL = "http://127.0.0.1/api"
 SDC_USER = "SDC"
 SDC_PASSWD = "SDC"