diff options
author | yunlong ying <ying.yunlong@zte.com.cn> | 2017-02-24 08:15:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2017-02-24 08:15:13 +0000 |
commit | 883ea04bff695adcacf428e16d221abaca26ae50 (patch) | |
tree | 37e27c533e4ac46b3fdc55ac9c1d6d3bc26c319e /lcm | |
parent | 5d7d95aaa0b4e3ccf016c275a686d02e80d744b7 (diff) | |
parent | d0cd9fe2f4b1e9d2d297c9caa6c72ac47accc92c (diff) |
Merge "Change default value of config for gvnfm-vnflcm"
Diffstat (limited to 'lcm')
-rw-r--r-- | lcm/lcm/pub/config/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/lcm/pub/config/config.py b/lcm/lcm/pub/config/config.py index f603178b..b625255a 100644 --- a/lcm/lcm/pub/config/config.py +++ b/lcm/lcm/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' |