aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/deploy.py
diff options
context:
space:
mode:
authorPeter Barabas <peter.barabas@ericsson.com>2016-06-01 10:31:54 +0200
committerPeter Barabas <peter.barabas@ericsson.com>2016-06-01 10:31:54 +0200
commit74454885828f33629f0355616017b67768bc7bd8 (patch)
tree34bb458accf9b53e9a8af4e6810f6e7336bcc35e /deploy/deploy.py
parent1378a27086272efec083778dd52fb27511b88167 (diff)
Clean up after ourselves
Change-Id: Id7579ef618b8cd922de325d9dc1c0b7a6c5587a7 Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
Diffstat (limited to 'deploy/deploy.py')
-rw-r--r--deploy/deploy.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy/deploy.py b/deploy/deploy.py
index 0d406412c..742e76baa 100644
--- a/deploy/deploy.py
+++ b/deploy/deploy.py
@@ -165,6 +165,8 @@ class AutoDeploy(object):
'-x "lost+found:" -V %s -o %s .'
% (iso_linux_bin, iso_label, new_iso))
+ delete(tmp_new_dir)
+
def update_fuel_isolinux(self, file):
with io.open(file) as f:
data = f.read()