Change-Id: I343229f67f339582496923a681bd40be53e70004
Issue-ID: VFC-1621
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
     sed -i "s|MSB_SERVICE_PROTOCOL = .*|MSB_SERVICE_PROTOCOL = '$MSB_PROTO'|" vfc/gvnfm/vnflcm/lcm/lcm/pub/config/config.py
 fi
 
-
 if [ $MSB_PORT ]; then
     sed -i "s|MSB_SERVICE_PORT = .*|MSB_SERVICE_PORT = '$MSB_PORT'|" vfc/gvnfm/vnflcm/lcm/lcm/pub/config/config.py
 fi
 
 # 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)