Fix the wrong image path for base image 33/35133/1
authorhelenyao <yaohelan@huawei.com>
Mon, 22 May 2017 08:21:11 +0000 (16:21 +0800)
committerhelenyao <yaohelan@huawei.com>
Mon, 22 May 2017 08:22:40 +0000 (16:22 +0800)
The images are put under new directory while the code is still using
old path

Change-Id: I6dfa59ffe6bde316f155560449979bd10354b43c
Signed-off-by: helenyao <yaohelan@huawei.com>
sdnvpn/lib/config.py

index 3195d9a..f845f72 100644 (file)
@@ -37,7 +37,7 @@ class CommonConfig(object):
             "defaults.flavor", self.config_file)
         self.image_filename = CONST.openstack_image_file_name
         self.image_format = CONST.openstack_image_disk_format
-        self.image_path = '{0}/{1}'.format(CONST.dir_functest_data,
+        self.image_path = '{0}/{1}'.format(CONST.dir_functest_images,
                                            self.image_filename)
         # This is the ubuntu image used by sfc
         # Basically vanilla ubuntu + some scripts in there