Remove redundant log when launch local DB 33/47333/1
authorxudan <xudan16@huawei.com>
Thu, 16 Nov 2017 11:30:35 +0000 (06:30 -0500)
committerxudan <xudan16@huawei.com>
Thu, 16 Nov 2017 11:30:35 +0000 (06:30 -0500)
commit81ea24a3e8fca5a11191129e92ab1b9bc985759d
treed4249dd385885a684461ffb7431720a69119fe06
parentadedf4e0a6e405ead72f004047c9c06cb7f90496
Remove redundant log when launch local DB

The script launch_db.sh will print "Already Exists" logs when the DB has been
initialized by the data stored in JumpHost.
Ignore this kind of logs because it won't affect the launch of the DB but
it will confuse users.

JIRA: DOVETAIL-557

Change-Id: I23616b10bbadc49888731e943d0a4ee4425045f5
Signed-off-by: xudan <xudan16@huawei.com>
dovetail/utils/local_db/init_db.py