From 1f8a7b7e3f91f090d02304aeb1a180403d6d846e Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Sat, 1 Apr 2017 05:37:45 -0400 Subject: fix yardstick openrc location since yardstick changes its openrc location see https://gerrit.opnfv.org/gerrit/#/c/32861/ Change-Id: Ib85910fe5521fb398c47e389e2baf127342b1c0b Signed-off-by: MatthewLi --- dovetail/conf/yardstick_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dovetail/conf/yardstick_config.yml b/dovetail/conf/yardstick_config.yml index a8191db0..cb4b1c7b 100644 --- a/dovetail/conf/yardstick_config.yml +++ b/dovetail/conf/yardstick_config.yml @@ -20,4 +20,4 @@ yardstick: log: '/tmp/yardstick' store_type: 'file' file_path: 'yardstick.log' - openrc: '/home/opnfv/openrc' + openrc: '/etc/yardstick/openstack.creds' -- cgit 1.2.3-korg