Modify vnflcm typo error
[vfc/gvnfm/vnflcm.git] / lcm / lcm / pub / config / config.py
index b153aee..b14a9e8 100644 (file)
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 # [MSB]
-MSB_SERVICE_PROTOCOL = 'https'
+MSB_SERVICE_PROTOCOL = 'http'
 MSB_SERVICE_IP = '127.0.0.1'
 MSB_SERVICE_PORT = '443'
 MSB_BASE_URL = "%s://%s:%s" % (MSB_SERVICE_PROTOCOL, MSB_SERVICE_IP, MSB_SERVICE_PORT)