From: xudan Date: Tue, 21 Feb 2017 01:57:36 +0000 (+0000) Subject: dovetail tool: Bugfix about the creds path in yardstick conf file X-Git-Tag: ovp.0.9.0~220 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F05%2F29105%2F1;p=dovetail.git dovetail tool: Bugfix about the creds path in yardstick conf file JIRA: DOVETAIL-355 Change-Id: I04a74caa080e0fd2ea11648f8085947ef8d556b1 Signed-off-by: xudan --- diff --git a/dovetail/conf/yardstick_config.yml b/dovetail/conf/yardstick_config.yml index b0b4c6fc..a7544f0c 100644 --- a/dovetail/conf/yardstick_config.yml +++ b/dovetail/conf/yardstick_config.yml @@ -25,4 +25,4 @@ yardstick: store_type: 'file' file_path: 'yardstick.log' db_url: 'http://testresults.opnfv.org/test/api/v1/results?case=%s&last=1' - creds: '/home/opnfv/yardstick/openstack.creds' + creds: '/home/opnfv/openrc'