X-Git-Url: https://gerrit.onap.org/r/gitweb?p=multicloud%2Fframework.git;a=blobdiff_plain;f=multivimbroker%2Frun.sh;h=1079cf163252b84b9ccc6f2f76b97f3cbf9a2131;hp=f75f7c4898a527218c77da4dda0e875ecca89567;hb=0a542045a647da97f24b22ef41e422edac30ed9f;hpb=f1f52b3ccf0ab78007a98947211b4fcdfd54b5e6 diff --git a/multivimbroker/run.sh b/multivimbroker/run.sh index f75f7c4..1079cf1 100755 --- a/multivimbroker/run.sh +++ b/multivimbroker/run.sh @@ -13,6 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +sed -i "s/MSB_SERVICE_PROTOCOL =.*/MSB_SERVICE_PROTOCOL = \"${MSB_PROTO}\"/g" multivimbroker/pub/config/config.py sed -i "s/MSB_SERVICE_IP =.*/MSB_SERVICE_IP = \"${MSB_ADDR}\"/g" multivimbroker/pub/config/config.py sed -i "s/MSB_SERVICE_PORT =.*/MSB_SERVICE_PORT = \"${MSB_PORT}\"/g" multivimbroker/pub/config/config.py sed -i "s/AAI_ADDR =.*/AAI_ADDR = \"${AAI_ADDR}\"/g" multivimbroker/pub/config/config.py