Put the ubuntu images in new directory
[sdnvpn.git] / sdnvpn / lib / config.py
index 52e328d..21b848a 100644 (file)
@@ -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