aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJing Lu <lvjing5@huawei.com>2016-12-28 01:07:48 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-12-28 01:07:48 +0000
commit85a8cc0f326e3db55c59185d9c41f5a70b2f560f (patch)
treeefe1be89d8f6d56270d5026beae2101fd54700fd /etc
parent8d702f720aeb9566adb258e886c12a348bedc84b (diff)
parent2e555046e2d2b7fba80df1082e9cdccb315df86e (diff)
Merge "Use ConfigParser to write yardstick.conf"
Diffstat (limited to 'etc')
-rw-r--r--etc/yardstick/yardstick.conf.sample25
1 files changed, 12 insertions, 13 deletions
diff --git a/etc/yardstick/yardstick.conf.sample b/etc/yardstick/yardstick.conf.sample
index f4eff05d3..70cf71ade 100644
--- a/etc/yardstick/yardstick.conf.sample
+++ b/etc/yardstick/yardstick.conf.sample
@@ -8,22 +8,21 @@
##############################################################################
[DEFAULT]
-# verbose = True
-# debug = True
-# dispatcher = http
+debug = False
+dispatcher = http
[dispatcher_http]
-# timeout = 5
-# target = http://127.0.0.1:8000/results
+timeout = 5
+target = http://127.0.0.1:8000/results
[dispatcher_file]
-# file_path = /tmp/yardstick.out
-# max_bytes = 0
-# backup_count = 0
+file_path = /tmp/yardstick.out
+max_bytes = 0
+backup_count = 0
[dispatcher_influxdb]
-# timeout = 5
-# target = http://127.0.0.1:8086
-# db_name = yardstick
-# username = root
-# password = root
+timeout = 5
+target = http://127.0.0.1:8086
+db_name = yardstick
+username = root
+password = root