Update to use new ONAP directory 05/8805/1
authorAimee Ukasick <aimeeu.opensource@gmail.com>
Fri, 25 Aug 2017 16:04:00 +0000 (11:04 -0500)
committerAimee Ukasick <aimeeu.opensource@gmail.com>
Fri, 25 Aug 2017 16:25:43 +0000 (11:25 -0500)
Update from /demo/heat/OpenECOMP to demo/heat/ONAP to prevent
the script from failing to copy the directory.

Issue: INT-116
Change-Id: I9912594f6a6484ed1e09634216fcb104460a0161
Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
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' ')