From 73bd5d30fb9d5ee3bc01d78b431282332a53b44d Mon Sep 17 00:00:00 2001 From: Yang Yu Date: Tue, 17 Apr 2018 16:14:54 +0800 Subject: bug-fix: image for VMs is wrongly referenced This patch is to fix the url of yardstick image for bottlenecks Change-Id: I7fca672e0a7b8976923162a12a8a752cec320fcb Signed-off-by: Yang Yu --- config/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/config.yaml b/config/config.yaml index f85599c1..e01c01f9 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -15,5 +15,5 @@ common_config: releng_dir: '/home/opnfv/releng' fetch_os_file: 'utils/fetch_os_creds.sh' yardstick_image_dir: '/tmp/yardstick.img' - image_url: 'http://artifacts.opnfv.org/yardstick/image/yardstick-nsb-image.img' + image_url: 'http://artifacts.opnfv.org/yardstick/images/yardstick-nsb-image.img' yardstick_image_name: 'bottlenecks_yardstick' -- cgit 1.2.3-korg