[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:31:24 UTC 2013


The following commit has been merged in the master branch:
commit 58485c19ea5f8ac5ad35a26a202cc9fbc3829055
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Tue May 14 10:43:04 2013 -0700

    Fix copypaste error in DescribeScalingActivities
    
    Fixes TOOLS-336

diff --git a/euca2ools/commands/autoscaling/describescalingactivities.py b/euca2ools/commands/autoscaling/describescalingactivities.py
index c23122d..76cdbef 100644
--- a/euca2ools/commands/autoscaling/describescalingactivities.py
+++ b/euca2ools/commands/autoscaling/describescalingactivities.py
@@ -42,7 +42,7 @@ class DescribeScalingActivities(AutoScalingRequest, TabifyingMixin):
                 metavar='ASGROUP', help='''name of an Auto Scaling group by
                 which to filter the request'''),
             Arg('--show-long', action='store_true', route_to=None,
-                help="show all of the groups' info")]
+                help="show all of the activities' info")]
     LIST_TAGS = ['Activities']
 
     def main(self):

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list