From: MatthewLi Date: Sat, 1 Apr 2017 09:37:45 +0000 (-0400) Subject: fix yardstick openrc location X-Git-Tag: ovp.0.9.0~202^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=1f8a7b7e3f91f090d02304aeb1a180403d6d846e;p=dovetail.git 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 --- 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'