summaryrefslogtreecommitdiffstats
path: root/dashboard/dashboard/mongo2elastic
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2016-10-10 07:19:20 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-10-10 07:19:20 +0000
commitc19ae6b8be55a0bd6f73652825677928d8f2ded6 (patch)
tree0bd00d08c9435d4029ef9e5db73986acb97e2b58 /dashboard/dashboard/mongo2elastic
parent2c0d4e135990e247c66a6bbc608e00796bba6216 (diff)
parent60cd25286de20e218533c6da6e3dbe29f8644798 (diff)
Merge "separate visualization building from dashboard building"
Diffstat (limited to 'dashboard/dashboard/mongo2elastic')
-rw-r--r--dashboard/dashboard/mongo2elastic/main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard/dashboard/mongo2elastic/main.py b/dashboard/dashboard/mongo2elastic/main.py
index 23d53fc..a526d53 100644
--- a/dashboard/dashboard/mongo2elastic/main.py
+++ b/dashboard/dashboard/mongo2elastic/main.py
@@ -235,9 +235,9 @@ class DocumentsPublisher(object):
def main():
- base_elastic_url = urlparse.urljoin(CONF.elastic_url, '/test_results/mongo2elastic')
+ base_elastic_url = urlparse.urljoin(CONF.es_url, '/test_results/mongo2elastic')
days = args.latest_days
- es_creds = CONF.elastic_creds
+ es_creds = CONF.es_creds
for project, case_dicts in testcases.testcases_yaml.items():
for case_dict in case_dicts: