diff options
-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 a54701a..3195d9a 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 |