summaryrefslogtreecommitdiffstats
path: root/dovetail/utils/dovetail_config.py
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2018-05-04 05:48:28 -0400
committerxudan <xudan16@huawei.com>2018-05-04 05:54:02 -0400
commite112118754bbd297de52538d003fc21273e9cf3d (patch)
tree0d8851d57003b1b6a01a5db8c215d2ef472507d8 /dovetail/utils/dovetail_config.py
parent5c6f12ac2324be2cd61bdd365045e6e94417c418 (diff)
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 <xudan16@huawei.com>
Diffstat (limited to 'dovetail/utils/dovetail_config.py')
-rw-r--r--dovetail/utils/dovetail_config.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/dovetail/utils/dovetail_config.py b/dovetail/utils/dovetail_config.py
index 37a20dbe..f582d4d7 100644
--- a/dovetail/utils/dovetail_config.py
+++ b/dovetail/utils/dovetail_config.py
@@ -61,11 +61,6 @@ class DovetailConfig(object):
cls.set_leaf_dict(cls.dovetail_config, path, value)
@classmethod
- def update_cmds(cls):
- if cls.dovetail_config['report_dest'].startswith("http"):
- cls.dovetail_config['bottlenecks']['cmds'][0] += ' --report'
-
- @classmethod
def get_opts(cls, valid_type):
project_config = cls.dovetail_config[valid_type]
if 'opts' in project_config.keys():