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


The following commit has been merged in the master branch:
commit e4b03e845055f9cbd90f73ceb14252523f8b958d
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Wed Feb 27 14:56:15 2013 -0800

    Make CreateAutoScalingGroup a little more compatible

diff --git a/euca2ools/commands/autoscaling/createautoscalinggroup.py b/euca2ools/commands/autoscaling/createautoscalinggroup.py
index 7c31347..b7b6a21 100644
--- a/euca2ools/commands/autoscaling/createautoscalinggroup.py
+++ b/euca2ools/commands/autoscaling/createautoscalinggroup.py
@@ -45,10 +45,6 @@ class CreateAutoScalingGroup(AutoScalingRequest):
                 required=True, help='maximum group size (required)'),
             Arg('-m', '--min-size', dest='MinSize', metavar='COUNT', type=int,
                 required=True, help='minimum group size (required)'),
-            Arg('--availability-zones', dest='AvailabilityZones.member',
-                metavar='ZONE,ZONE,...', type=delimited_list(','),
-                help='''comma-separated list of availability zones for the new
-                group (required unless subnets are supplied)'''),
             Arg('--default-cooldown', dest='DefaultCooldown',
                 metavar='SECONDS', type=int,
                 help='''amount of time, in seconds, after a scaling activity
@@ -86,4 +82,8 @@ class CreateAutoScalingGroup(AutoScalingRequest):
                 metavar='ZONE,ZONE,...',
                 help='''comma-separated list of subnet identifiers.  If you
                 specify availability zones as well, ensure the subnets'
-                availability zones match the ones you specified''')]
+                availability zones match the ones you specified'''),
+            Arg('-z', '--availability-zones', dest='AvailabilityZones.member',
+                metavar='ZONE,ZONE,...', type=delimited_list(','),
+                help='''comma-separated list of availability zones for the new
+                group (required unless subnets are supplied)''')]

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list