X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Fdocker%2Finstance_config.sh;h=64543a40e3037e38ca76caab2dbd25e48cbf2ab4;hb=refs%2Fchanges%2F25%2F101725%2F1;hp=6e4688435aa12e4f0e4df8cc2de5e5c5f1dddcba;hpb=6f4177bd32317ba9628b1a2508ff30041186a799;p=vfc%2Fgvnfm%2Fvnflcm.git diff --git a/lcm/docker/instance_config.sh b/lcm/docker/instance_config.sh index 6e468843..64543a40 100755 --- a/lcm/docker/instance_config.sh +++ b/lcm/docker/instance_config.sh @@ -12,7 +12,6 @@ if [ $MSB_PROTO ]; then 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