From: Gary Wu Date: Mon, 6 Aug 2018 21:29:39 +0000 (-0700) Subject: Bug fix on boot scripts location X-Git-Tag: 1.3.0~81 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=3bed7ed5b07ab03934fe706c1a5f05eb05a5ffcd;p=demo.git Bug fix on boot scripts location Two multiserv VM boot scripts were located in the wrong directory. This fixes the issue. Change-Id: Iac6336d279882af0197ab7711bfa52b1a25bcfc8 Issue-ID: INT-606 Signed-off-by: Gary Wu --- diff --git a/heat/ONAP/cloud-config/msb_vm_init.sh b/boot/msb_vm_init.sh similarity index 100% rename from heat/ONAP/cloud-config/msb_vm_init.sh rename to boot/msb_vm_init.sh diff --git a/heat/ONAP/cloud-config/multiserv_all_serv.sh b/boot/multiserv_all_serv.sh similarity index 100% rename from heat/ONAP/cloud-config/multiserv_all_serv.sh rename to boot/multiserv_all_serv.sh