Add VM init script for MSB
[demo.git] / vagrant / create_onap.sh
index 9b4dfc0..0b4ed57 100755 (executable)
@@ -2,7 +2,7 @@
 set -ex
 
 source /vagrant/openrc
-cp /demo/heat/OpenECOMP/* .
+cp /demo/heat/ONAP/* .
 
 # Parameters used across all ONAP components
 pub_net=$(openstack network list -f value|grep public | cut -f1 -d' ')