diff options
author | QiLiang <liangqi1@huawei.com> | 2016-01-26 08:55:00 +0000 |
---|---|---|
committer | QiLiang <liangqi1@huawei.com> | 2016-01-26 08:55:00 +0000 |
commit | 20b3b5fa5e1ecd8a6b68980d365f82034f69df6d (patch) | |
tree | 64795b946cde2070cfe496e59a62fef6d779a5ff /etc | |
parent | bdc59cc8ff3aef897ec83e1d86ff872eedd9ed63 (diff) |
InfluxDB add authentication support
JIRA: YARDSTICK-212
Change-Id: I6b669800160268db70b5c9e43cbbc053576ec4b5
Signed-off-by: QiLiang <liangqi1@huawei.com>
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 |