From 20b3b5fa5e1ecd8a6b68980d365f82034f69df6d Mon Sep 17 00:00:00 2001 From: QiLiang Date: Tue, 26 Jan 2016 08:55:00 +0000 Subject: InfluxDB add authentication support JIRA: YARDSTICK-212 Change-Id: I6b669800160268db70b5c9e43cbbc053576ec4b5 Signed-off-by: QiLiang --- etc/yardstick/yardstick.conf.sample | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/yardstick') 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 -- cgit 1.2.3-korg