summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-02-24 16:17:32 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-02-24 16:17:32 +0800
commit7db3c22dfa89faca579625ec2175a49c6408ff4b (patch)
treea2f909a40983a93bc763c01a0fb70a527d747403
parent9a2f07a128b013ff778744ed1ffdd459f67ad50d (diff)
Change default value of config for gvnfm-vnfmgr
Change-Id: I8898aacba9adbfc7639a0d2780707ff98f6b5dbe Issue-Id: GVNFM-21 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rw-r--r--mgr/mgr/pub/config/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgr/mgr/pub/config/config.py b/mgr/mgr/pub/config/config.py
index fc4ff11..eff591f 100644
--- a/mgr/mgr/pub/config/config.py
+++ b/mgr/mgr/pub/config/config.py
@@ -15,7 +15,7 @@ import os
# [MSB]
MSB_SERVICE_IP = '127.0.0.1'
-MSB_SERVICE_PORT = '10080'
+MSB_SERVICE_PORT = '80'
# [REDIS]
REDIS_HOST = '127.0.0.1'