[pkg-eucalyptus-commits] [SCM] managing cloud instances for Eucalyptus branch, experimental, updated. debian/2.1.3-1_experimental1

Garrett Holmstrom gholms at fedoraproject.org
Sat Mar 16 03:26:40 UTC 2013


The following commit has been merged in the experimental branch:
commit 45ad0a04bcb2772b80d836145bb713cb199722f2
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Tue Jan 8 15:00:01 2013 -0800

    Don't print anything from euca-reboot-instances
    
    Fixes TOOLS-171

diff --git a/euca2ools/commands/euca/rebootinstances.py b/euca2ools/commands/euca/rebootinstances.py
index 3e00fb4..f80de2c 100644
--- a/euca2ools/commands/euca/rebootinstances.py
+++ b/euca2ools/commands/euca/rebootinstances.py
@@ -48,10 +48,5 @@ class RebootInstances(euca2ools.commands.eucacommand.EucaCommand):
 
     def main_cli(self):
         status = self.main()
-        if status:
-            for instance_id in self.instance_id:
-                print 'INSTANCE\t%s' % instance_id
-        else:
+        if not status:
             self.error_exit()
-                
-

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list