summaryrefslogtreecommitdiffstats
path: root/res/assembly/bin
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-09-13 09:00:12 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2017-09-13 09:00:12 +0800
commite2e54618859bf098a7f06c106d869d3765e7f04c (patch)
tree2af12aefdba4c35305074add9d75359141730553 /res/assembly/bin
parent174fd48ee00a5a67b690da1301993d6535afb811 (diff)
Replace vnfres db scripts openo to onap
Change-Id: Ie50c7e544e0e49f5e02d9519b9fd9e749641e632 Issue-ID: VFC-343 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'res/assembly/bin')
-rwxr-xr-xres/assembly/bin/initDB.sh2
1 files changed, 1 insertions, 1 deletions
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"