From 44fc479ef0263ed222d5da23b1a541856a1aa11f Mon Sep 17 00:00:00 2001 From: helenyao Date: Thu, 4 May 2017 14:42:32 +0800 Subject: Put the ubuntu images in new directory To adopt the new change of Functest[1], all images are put under ${HOME}/functest/images. Users are allowed to pre-download the images and map the local folder to the new directory. [1] https://gerrit.opnfv.org/gerrit/#/c/34033 Change-Id: Iafee8825af77dfce74ad2ace3346e3f2b70a7c96 Signed-off-by: helenyao --- sdnvpn/lib/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdnvpn/lib/config.py b/sdnvpn/lib/config.py index 52e328d..21b848a 100644 --- a/sdnvpn/lib/config.py +++ b/sdnvpn/lib/config.py @@ -45,7 +45,7 @@ class CommonConfig(object): # TODO does functest have an ubuntu image somewhere? self.ubuntu_image_name = "sdnvpn-ubuntu" self.ubuntu_image_path = '{0}/{1}'.format( - CONST.dir_functest_data, + CONST.dir_functest_images, "ubuntu-16.04-server-cloudimg-amd64-disk1.img") self.custom_flavor_name = 'm1.custom' self.custom_flavor_ram = 1024 -- cgit 1.2.3-korg