From e2e54618859bf098a7f06c106d869d3765e7f04c Mon Sep 17 00:00:00 2001 From: "ying.yunlong" Date: Wed, 13 Sep 2017 09:00:12 +0800 Subject: Replace vnfres db scripts openo to onap Change-Id: Ie50c7e544e0e49f5e02d9519b9fd9e749641e632 Issue-ID: VFC-343 Signed-off-by: ying.yunlong --- res/assembly/bin/initDB.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/assembly/bin/initDB.sh') diff --git a/res/assembly/bin/initDB.sh b/res/assembly/bin/initDB.sh index f756643..1ed4863 100755 --- a/res/assembly/bin/initDB.sh +++ b/res/assembly/bin/initDB.sh @@ -23,7 +23,7 @@ port=$3 host=$4 echo "start create resource management db" sql_path=$HOME/../ -mysql -u$user -p$password -P$port -h$host <$sql_path/dbscripts/mysql/openo-gvnfm-vnfres-createdb.sql +mysql -u$user -p$password -P$port -h$host <$sql_path/dbscripts/mysql/onap-gvnfm-vnfres-createdb.sql sql_result=$? if [ $sql_result != 0 ] ; then echo "failed to create resource management database" -- cgit 1.2.3-korg