diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2017-04-01 05:37:45 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2017-04-01 05:39:14 -0400 |
commit | 1f8a7b7e3f91f090d02304aeb1a180403d6d846e (patch) | |
tree | 5eea107d4ae38b0e8bf234447af31527e7372880 | |
parent | 065f48efe1961a26e990bc5d5eab50036dff3ff9 (diff) |
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 <matthew.lijun@huawei.com>
-rw-r--r-- | dovetail/conf/yardstick_config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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' |