[pkg-eucalyptus-commits] [SCM] managing cloud instances for Eucalyptus branch, master, updated. 3.0.0-alpha3-257-g1da8e3a

Matt Spaulding mspaulding06 at gmail.com
Sun Jun 16 02:31:27 UTC 2013


The following commit has been merged in the master branch:
commit 1ee5228fc1db5889081cec1ac2a1193709c8183f
Author: Matt Spaulding <mspaulding06 at gmail.com>
Date:   Fri May 17 16:47:10 2013 -0700

    Bundle uses a logger it doesn't have

diff --git a/euca2ools/commands/bundle/bundle.py b/euca2ools/commands/bundle/bundle.py
index c29cdc7..70dbcae 100644
--- a/euca2ools/commands/bundle/bundle.py
+++ b/euca2ools/commands/bundle/bundle.py
@@ -31,6 +31,7 @@
 import hashlib
 import multiprocessing
 import itertools
+import logging
 import os.path
 import random
 import subprocess
@@ -55,6 +56,7 @@ class Bundle(object):
         self.enc_iv = None  # a hex string
         self.image_filename = None
         self.image_size = None
+        self.log = logging.getLogger("Bundle")
         self.parts = None
         self._lock = threading.Lock()
 

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list