summaryrefslogtreecommitdiffstats
path: root/api/yardstick.ini
diff options
context:
space:
mode:
authorJing Lu <lvjing5@huawei.com>2017-04-05 04:22:26 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-04-05 04:22:26 +0000
commit12d6fcac3b51d8b6326b5eef3fcfec08d6713d4a (patch)
tree0a6ccd3b70ac78163e8dfb0fef5895c9eafd36b6 /api/yardstick.ini
parentce91fca5ade5ede330bf4c799dbffdf1b4762a9a (diff)
parentb74d875134b988a26441d559a9e700aaa68d6a0c (diff)
Merge "Yardstick virtualenv support"
Diffstat (limited to 'api/yardstick.ini')
-rw-r--r--api/yardstick.ini16
1 files changed, 0 insertions, 16 deletions
diff --git a/api/yardstick.ini b/api/yardstick.ini
deleted file mode 100644
index d2e8956e2..000000000
--- a/api/yardstick.ini
+++ /dev/null
@@ -1,16 +0,0 @@
-[uwsgi]
-master = true
-debug = true
-chdir = /home/opnfv/repos/yardstick/api
-module = server
-plugins = python
-processes = 10
-threads = 5
-async = true
-max-requests = 5000
-chmod-socket = 666
-callable = app_wrapper
-enable-threads = true
-close-on-exec = 1
-daemonize= /var/log/yardstick/uwsgi.log
-socket = /var/run/yardstick.sock