From e112118754bbd297de52538d003fc21273e9cf3d Mon Sep 17 00:00:00 2001 From: xudan Date: Fri, 4 May 2018 05:48:28 -0400 Subject: Remove local DB Remove local DB and can just report without launch local DB. Need to do a little modification with the web portal code. JIRA: DOVETAIL-593 Change-Id: I595db39cce4156596ee0522d4b7e642a23d78ab9 Signed-off-by: xudan --- etc/conf/yardstick_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/conf/yardstick_config.yml') diff --git a/etc/conf/yardstick_config.yml b/etc/conf/yardstick_config.yml index f5a01b81..e318caef 100644 --- a/etc/conf/yardstick_config.yml +++ b/etc/conf/yardstick_config.yml @@ -14,7 +14,7 @@ yardstick: image_name: opnfv/yardstick docker_tag: stable opts: '-id --privileged=true' - envs: {{os_cacert}} + envs: "{{os_cacert}} -e YARDSTICK_BRANCH=fraser" config: dir: '/home/opnfv/userconfig' pre_condition: -- cgit 1.2.3-korg