summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-02-24 16:16:30 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-02-24 16:16:30 +0800
commitbcc63151253c858a1040bb4b403fdc3a3f500ae0 (patch)
treec17a1c81e7cc62ee9356480da8acfa6e42cb6fba
parent11ca69a541ce02a6a44889543d21386722fa60aa (diff)
Change default value of config for gvnfm-vnfres
Change-Id: Id4d36551a47bd8fdc0e470b64d556b90bb607f3c Issue-Id: GVNFM-21 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rw-r--r--res/res/pub/config/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res/pub/config/config.py b/res/res/pub/config/config.py
index 597b857..e5c554a 100644
--- a/res/res/pub/config/config.py
+++ b/res/res/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'