summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sdnvpn/lib/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnvpn/lib/config.py b/sdnvpn/lib/config.py
index 3195d9a..f845f72 100644
--- a/sdnvpn/lib/config.py
+++ b/sdnvpn/lib/config.py
@@ -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