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

Garrett Holmstrom gholms at fedoraproject.org
Sun Jun 16 02:29:56 UTC 2013


The following commit has been merged in the master branch:
commit d846a92bb2b43fccb2129ca6070eb0878c00fa34
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Sat Sep 29 20:41:24 2012 -0700

    Order reservations by instance launch time

diff --git a/euca2ools/commands/euca/__init__.py b/euca2ools/commands/euca/__init__.py
index 3610c8b..f099fa9 100644
--- a/euca2ools/commands/euca/__init__.py
+++ b/euca2ools/commands/euca/__init__.py
@@ -192,7 +192,7 @@ class EucalyptusRequest(Euca2oolsRequest, TabifyingCommand):
         res_line.append(', '.join(group_ids))
         print self.tabify(res_line)
         for instance in sorted(reservation.get('instancesSet', []),
-                               itemgetter('amiLaunchIndex')):
+                               itemgetter('launchTime')):
             self.print_instance(instance)
 
     def print_instance(self, instance):

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list