summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorYang Yu <Gabriel.yuyang@huawei.com>2018-04-17 16:14:54 +0800
committerYang Yu <Gabriel.yuyang@huawei.com>2018-04-17 16:14:54 +0800
commit73bd5d30fb9d5ee3bc01d78b431282332a53b44d (patch)
tree2ff46958995a32db3155582110f97b9153998ee3 /config
parentc4a33d033497629b5e0b2ef1b269742eb26b0502 (diff)
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 <Gabriel.yuyang@huawei.com>
Diffstat (limited to 'config')
-rw-r--r--config/config.yaml2
1 files changed, 1 insertions, 1 deletions
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'