diff options
author | JingLu5 <lvjing5@huawei.com> | 2016-12-28 10:07:20 +0800 |
---|---|---|
committer | JingLu5 <lvjing5@huawei.com> | 2016-12-28 10:43:03 +0800 |
commit | ecb39953d2951efa93564958903eb9fa985aca65 (patch) | |
tree | 59ec056ea9f15b3f8beed71a430d474a0d33780a /plugin | |
parent | 827e341ed222a562a87d8f238fc0a6a16cfb1393 (diff) |
Yardstick Plugin: add support for ssh login using key
JIRA: YARDSTICK-442
Change-Id: I4736e8cb8331d7a74c8c9946e21edd791b0c8ba9
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/storperf.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/storperf.yaml b/plugin/storperf.yaml index d08e26eb6..074a82067 100644 --- a/plugin/storperf.yaml +++ b/plugin/storperf.yaml @@ -10,4 +10,5 @@ plugins: deployment: ip: 192.168.23.2 user: root + # Remove 'password' if log into deployment location using key file password: root |