Change default value of config for gvnfm-vnfmgr
authorfujinhua <fu.jinhua@zte.com.cn>
Fri, 24 Feb 2017 08:17:32 +0000 (16:17 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Fri, 24 Feb 2017 08:17:32 +0000 (16:17 +0800)
Change-Id: I8898aacba9adbfc7639a0d2780707ff98f6b5dbe
Issue-Id: GVNFM-21
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
mgr/mgr/pub/config/config.py

index fc4ff11..eff591f 100644 (file)
@@ -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'