Register parser API to MSB 89/98489/1
authordyh <dengyuanhong@chinamobile.com>
Mon, 18 Nov 2019 06:37:04 +0000 (14:37 +0800)
committerdyh <dengyuanhong@chinamobile.com>
Mon, 18 Nov 2019 06:39:33 +0000 (14:39 +0800)
Issue-ID: MODELING-273
Change-Id: I666f172fe5c697accec97821360f94d6a0cbdf1a
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
catalog/pub/config/config.py

index e3b0062..3f6592a 100644 (file)
 # limitations under the License.
 
 # [MSB]
-# MSB_SERVICE_IP = '127.0.0.1'
-# MSB_SERVICE_PORT = '80'
-MSB_SERVICE_IP = '192.168.235.34'
-MSB_SERVICE_PORT = '30280'
+MSB_SERVICE_IP = '127.0.0.1'
+MSB_SERVICE_PORT = '80'
 
 # [REDIS]
 REDIS_HOST = '127.0.0.1'
@@ -86,6 +84,7 @@ REG_TO_MSB_REG_PARAM = [{
 MSB_SVC_CALALOG_URL = "/api/microservices/v1/services/catalog/version/v1"
 MSB_SVC_NSD_URL = "/api/microservices/v1/services/nsd/version/v1"
 MSB_SVC_VNFPKGM_URL = "/api/microservices/v1/services/vnfpkgm/version/v1"
+MSB_SVC_PARSER_URL = "/api/microservices/v1/services/parser/version/v1"
 
 # catalog path(values is defined in settings.py)
 CATALOG_ROOT_PATH = None