diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-21 13:51:33 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-21 13:51:33 +0800 |
commit | 0b3ba5a4a5125bea3f3a3b5a6412d752dc6e48c6 (patch) | |
tree | 2df68198fc1637ebd79005f60cd3710d00dcf6c4 /res/assembly | |
parent | 52e436b79e962defe89cf4593beceac70ea5c5e4 (diff) |
Modify vnfres code according to PEP8 standard
Change-Id: Ifa8afcb1a619c571261514b91191be9cc01520c8
Issue-ID: VFC-410
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'res/assembly')
-rwxr-xr-x | res/assembly/bin/initDB.sh | 1 | ||||
-rw-r--r-- | res/assembly/dbscripts/mysql/onap-gvnfm-vnfres-createdb.sql | 2 | ||||
-rw-r--r-- | res/assembly/dbscripts/mysql/onap-gvnfm-vnfres-createobj.sql | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/res/assembly/bin/initDB.sh b/res/assembly/bin/initDB.sh index 5ad52f5..ec213fd 100755 --- a/res/assembly/bin/initDB.sh +++ b/res/assembly/bin/initDB.sh @@ -14,7 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. - DIRNAME=`dirname $0` HOME=`cd $DIRNAME/; pwd` user=$1 diff --git a/res/assembly/dbscripts/mysql/onap-gvnfm-vnfres-createdb.sql b/res/assembly/dbscripts/mysql/onap-gvnfm-vnfres-createdb.sql index 941ad16..d15e63e 100644 --- a/res/assembly/dbscripts/mysql/onap-gvnfm-vnfres-createdb.sql +++ b/res/assembly/dbscripts/mysql/onap-gvnfm-vnfres-createdb.sql @@ -1,4 +1,3 @@ --- -- Copyright 2017 ZTE Corporation. -- -- Licensed under the Apache License, Version 2.0 (the "License"); @@ -13,7 +12,6 @@ -- See the License for the specific language governing permissions and -- limitations under the License. - /******************drop old database and user***************************/ use mysql; drop database IF EXISTS gvnfm; diff --git a/res/assembly/dbscripts/mysql/onap-gvnfm-vnfres-createobj.sql b/res/assembly/dbscripts/mysql/onap-gvnfm-vnfres-createobj.sql index 1facf38..66e5a75 100644 --- a/res/assembly/dbscripts/mysql/onap-gvnfm-vnfres-createobj.sql +++ b/res/assembly/dbscripts/mysql/onap-gvnfm-vnfres-createobj.sql @@ -1,4 +1,3 @@ --- -- Copyright 2017 ZTE Corporation. -- -- Licensed under the Apache License, Version 2.0 (the "License"); @@ -13,7 +12,6 @@ -- See the License for the specific language governing permissions and -- limitations under the License. - use gvnfm; CREATE TABLE `NFINST` ( |