diff options
author | Yang Yu <Gabriel.yuyang@huawei.com> | 2018-04-17 16:14:54 +0800 |
---|---|---|
committer | Yu Yang (Gabriel) <Gabriel.yuyang@huawei.com> | 2018-04-18 11:30:28 +0000 |
commit | 4828a4c36083c9409c97a4652d04a2d5f974d456 (patch) | |
tree | 2ff46958995a32db3155582110f97b9153998ee3 /config | |
parent | c4a33d033497629b5e0b2ef1b269742eb26b0502 (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>
(cherry picked from commit 73bd5d30fb9d5ee3bc01d78b431282332a53b44d)
Diffstat (limited to 'config')
-rw-r--r-- | config/config.yaml | 2 |
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' |