Merge "Optimized code of gvnfm-vnflcm"
authoryunlong ying <ying.yunlong@zte.com.cn>
Sat, 25 Feb 2017 09:33:54 +0000 (09:33 +0000)
committerGerrit Code Review <gerrit@open-o.org>
Sat, 25 Feb 2017 09:33:54 +0000 (09:33 +0000)
lcm/assembly.xml
lcm/lcm/pub/config/config.py

index b195400..e826c1a 100644 (file)
@@ -26,6 +26,7 @@
             <outputDirectory>/lcm</outputDirectory>
             <includes>
                 <include>**/*.py</include>
+                <include>**/*.json</include>
             </includes>
         </fileSet>
         <fileSet>
index f603178..04dcf46 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'
@@ -40,7 +40,7 @@ REG_TO_MSB_REG_PARAM = {
     "visualRange": "1",
     "nodes": [{
         "ip": "127.0.0.1",
-        "port": "8703",
+        "port": "8801",
         "ttl": 0
     }]
 }