summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Lausuch <jose.lausuch@ericsson.com>2017-05-19 09:44:36 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-05-19 09:44:36 +0000
commit510ce10d0c31251a565af9c554918aeccf871382 (patch)
tree6ad9b27a79dd7dd1f5be9ecf73fd1a1da95ef7a6
parent93370e86515f9381ec84f9408a2bf900a0ed8689 (diff)
parent44fc479ef0263ed222d5da23b1a541856a1aa11f (diff)
Merge "Put the ubuntu images in new directory"
-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 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