[libvirt] [PATCH sandbox 13/24] docker: Remove duplicated call to download_template

Daniel P. Berrange berrange at redhat.com
Fri Jul 15 13:08:05 UTC 2016


Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---
 libvirt-sandbox/image/sources/docker.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libvirt-sandbox/image/sources/docker.py b/libvirt-sandbox/image/sources/docker.py
index 57256f3..1e5859e 100644
--- a/libvirt-sandbox/image/sources/docker.py
+++ b/libvirt-sandbox/image/sources/docker.py
@@ -258,8 +258,6 @@ class DockerSource(base.Source):
             raise
 
     def create_template(self, template, templatedir, connect=None):
-        self.download_template(template, templatedir)
-
         if not self._was_downloaded(template, templatedir):
             self.download_template(template, templatedir)
 
-- 
2.7.4




More information about the libvir-list mailing list