From 053759a87b1d479b8083e352944baff3d12ff097 Mon Sep 17 00:00:00 2001 From: chenjiankun Date: Mon, 28 Nov 2016 15:06:08 +0000 Subject: Bugfix: the API to get result do not work due to can't parse $ JIRA: YARDSTICK-429 The API to get result use $ to prevent sql injection. But it doesn't work. Change-Id: I130a847297f209fe26062317261f884c5665f5df Signed-off-by: chenjiankun --- api/yardstick.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/yardstick.ini') diff --git a/api/yardstick.ini b/api/yardstick.ini index 535022960..01025c2ef 100644 --- a/api/yardstick.ini +++ b/api/yardstick.ini @@ -12,5 +12,5 @@ chmod-socket = 666 callable = app enable-threads = true close-on-exec = 1 -daemonize=/home/kklt/kklt/api/uwsgi.log +daemonize=/home/opnfv/repos/yardstick/api/uwsgi.log socket = /home/opnfv/repos/yardstick/api/yardstick.sock -- cgit 1.2.3-korg