diff options
author | QiLiang <liangqi1@huawei.com> | 2016-01-26 08:55:00 +0000 |
---|---|---|
committer | qi liang <liangqi1@huawei.com> | 2016-01-27 01:12:32 +0000 |
commit | 2a4d7b3313f6f59902cbedce51b9ee665bbc02a5 (patch) | |
tree | 4dc15b78c8af01a52749e2e1aa28c31861b15f5c /etc | |
parent | cbc30a606f7b517376737bf0d06be4397f457045 (diff) |
InfluxDB add authentication support
JIRA: YARDSTICK-212
Change-Id: I6b669800160268db70b5c9e43cbbc053576ec4b5
Signed-off-by: QiLiang <liangqi1@huawei.com>
(cherry picked from commit 20b3b5fa5e1ecd8a6b68980d365f82034f69df6d)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/yardstick/yardstick.conf.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/yardstick/yardstick.conf.sample b/etc/yardstick/yardstick.conf.sample index edbd5bcb0..f4eff05d3 100644 --- a/etc/yardstick/yardstick.conf.sample +++ b/etc/yardstick/yardstick.conf.sample @@ -25,3 +25,5 @@ # timeout = 5 # target = http://127.0.0.1:8086 # db_name = yardstick +# username = root +# password = root |