Code Review
/
vfc
/
nfvo
/
lcm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c0e320a
)
Fix vfc-nslcm csit failure
55/26355/1
author
ying.yunlong
<ying.yunlong@zte.com.cn>
Fri, 15 Dec 2017 04:02:21 +0000
(12:02 +0800)
committer
yunlong ying
<ying.yunlong@zte.com.cn>
Fri, 15 Dec 2017 06:10:43 +0000
(06:10 +0000)
Change-Id: Iccaefe5c24e1513988ce55532675622d1517ca8d
Issue-ID: VFC-623
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
(cherry picked from commit
e31910c7cd2be40eeea4d0bef514558a18f9c269
)
lcm/pub/config/config.py
patch
|
blob
|
history
diff --git
a/lcm/pub/config/config.py
b/lcm/pub/config/config.py
index
be47c1e
..
a721340
100644
(file)
--- a/
lcm/pub/config/config.py
+++ b/
lcm/pub/config/config.py
@@
-57,13
+57,13
@@
CATALOG_ROOT_PATH = None
CATALOG_URL_PATH = None
# [aai config]
-AAI_BASE_URL = "http://
%s:%s/aai/v11" % (MSB_SERVICE_IP, MSB_SERVICE_PORT)
+AAI_BASE_URL = "http://
127.0.0.1:80/aai/v11"
AAI_USER = "AAI"
AAI_PASSWD = "AAI"
REPORT_TO_AAI = True
# [sdc config]
-SDC_BASE_URL = "http://
%s:%s/api" % (MSB_SERVICE_IP, MSB_SERVICE_PORT)
+SDC_BASE_URL = "http://
127.0.0.1:80/api"
SDC_USER = "SDC"
SDC_PASSWD = "SDC"