diff options
author | helenyao <yaohelan@huawei.com> | 2017-05-04 14:42:32 +0800 |
---|---|---|
committer | helenyao <yaohelan@huawei.com> | 2017-05-08 12:00:14 +0800 |
commit | 44fc479ef0263ed222d5da23b1a541856a1aa11f (patch) | |
tree | 1f7d09699ad6d0b5e8ac3bd5f28c4996e297fad7 | |
parent | 88331de3fb9375d316acba7b160ddf2a9beab5b2 (diff) |
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 <yaohelan@huawei.com>
-rw-r--r-- | sdnvpn/lib/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |