Remove vfc-ztevnfmdriver unused code
[vfc/nfvo/driver/vnfm/svnfm.git] / zte / vmanager / driver / pub / config / config.py
index 206e851..3ccdde3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2016 ZTE Corporation.
+# Copyright 2016-2017 ZTE Corporation.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+# [VNFFTP]
+VNF_FTP = "ftp://VMVNFM:Vnfm_1g3T@127.0.0.1:21/"
+
 # [MSB]
 MSB_SERVICE_IP = '127.0.0.1'
 MSB_SERVICE_PORT = '80'
 
 # [register]
 REG_TO_MSB_WHEN_START = True
-REG_TO_MSB_REG_URL = "/openoapi/microservices/v1/services"
+REG_TO_MSB_REG_URL = "/api/microservices/v1/services"
 REG_TO_MSB_REG_PARAM = {
     "serviceName": "ztevmanagerdriver",
     "version": "v1",
-    "url": "/openoapi/ztevmanagerdriver/v1",
+    "url": "/api/ztevmanagerdriver/v1",
     "protocol": "REST",
     "visualRange": "1",
     "nodes": [{