From 54be07cff97400f64fac2ecd398542c3a081f60c Mon Sep 17 00:00:00 2001 From: Aimee Ukasick Date: Fri, 25 Aug 2017 11:04:00 -0500 Subject: Update to use new ONAP directory 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 --- vagrant/create_onap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/create_onap.sh b/vagrant/create_onap.sh index 9b4dfc06..0b4ed572 100755 --- a/vagrant/create_onap.sh +++ b/vagrant/create_onap.sh @@ -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' ') -- cgit 1.2.3-korg