From 3cf37c9ac7b40a388f81fed13cfb0ad606dcd9a1 Mon Sep 17 00:00:00 2001 From: xudan Date: Wed, 15 Mar 2017 10:17:08 +0000 Subject: dovetail tool: change name of credentials from creds to openrc 1. change file name from openstack.creds to openrc.sh 2. change the cmd --creds to --openrc/-o 3. now the path of --openrc can be relative path no restrict to abspath 4. remove the useless "work_dir" in dovetail_config.yml JIRA: DOVETAIL-369 JIRA: DOVETAIL-367 Change-Id: I2592438eef060f84132ff7fa226aea93ea947362 Signed-off-by: xudan --- dovetail/conf/yardstick_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dovetail/conf/yardstick_config.yml') diff --git a/dovetail/conf/yardstick_config.yml b/dovetail/conf/yardstick_config.yml index a7544f0c..029100cd 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/openrc' + openrc: '/home/opnfv/openrc' -- cgit 1.2.3-korg