From e112118754bbd297de52538d003fc21273e9cf3d Mon Sep 17 00:00:00 2001 From: xudan Date: Fri, 4 May 2018 05:48:28 -0400 Subject: Remove local DB Remove local DB and can just report without launch local DB. Need to do a little modification with the web portal code. JIRA: DOVETAIL-593 Change-Id: I595db39cce4156596ee0522d4b7e642a23d78ab9 Signed-off-by: xudan --- etc/conf/cmd_config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/conf/cmd_config.yml') diff --git a/etc/conf/cmd_config.yml b/etc/conf/cmd_config.yml index 6b08ba0b..52192acd 100644 --- a/etc/conf/cmd_config.yml +++ b/etc/conf/cmd_config.yml @@ -70,7 +70,8 @@ cli: flags: - '--report' - '-r' - help: 'push results to DB (e.g. --report http://192.168.135.2:8000/api/v1/results)' + is_flag: 'True' + help: 'Create a tarball file to upload to OVP web portal' offline: flags: - '--offline' -- cgit 1.2.3-korg