From 13f9b15eb179a6c14793e50ed10031a98f538db3 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Mon, 15 Aug 2016 07:51:20 +0000 Subject: [PATCH] taskotron-dev: change to not copy so we don't have to change libtaskotron as well --- .../taskotron/taskotron-client/files/hotfix_testcloud_image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/taskotron/taskotron-client/files/hotfix_testcloud_image.py b/roles/taskotron/taskotron-client/files/hotfix_testcloud_image.py index d67d892d2c..58759761d0 100644 --- a/roles/taskotron/taskotron-client/files/hotfix_testcloud_image.py +++ b/roles/taskotron/taskotron-client/files/hotfix_testcloud_image.py @@ -190,7 +190,7 @@ class Image(object): log.error('Error while changing SELinux context on ' 'image {}'.format(image_path)) - def prepare(self, copy=True): + def prepare(self, copy=False): """Prepare the image for local use by either downloading the image from a remote location or copying/linking it into the image store from a locally mounted filesystem