summaryrefslogtreecommitdiffstats
path: root/dovetail/report.py
diff options
context:
space:
mode:
Diffstat (limited to 'dovetail/report.py')
-rw-r--r--dovetail/report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dovetail/report.py b/dovetail/report.py
index 06ef4159..09cfdcea 100644
--- a/dovetail/report.py
+++ b/dovetail/report.py
@@ -79,7 +79,7 @@ class Report(object):
elif vnf_type == 'heat':
path = os.path.join(
dt_cfg.dovetail_config['config_dir'],
- os.getenv('VNF_ARCHIVE_NAME') + '.tar.gz')
+ '{}.zip'.format(os.getenv('VNF_ARCHIVE_NAME')))
checksum = hashlib.sha256()