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


The following commit has been merged in the master branch:
commit 3293898e215608849fa2dc084cbc2e05ae4140a5
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Tue May 7 13:00:23 2013 -0700

    Make euscale-create-launch-config stop ignoring --group
    
    Fixes TOOLS-323

diff --git a/euca2ools/commands/autoscaling/createlaunchconfiguration.py b/euca2ools/commands/autoscaling/createlaunchconfiguration.py
index c985c3b..792b5fa 100644
--- a/euca2ools/commands/autoscaling/createlaunchconfiguration.py
+++ b/euca2ools/commands/autoscaling/createlaunchconfiguration.py
@@ -54,8 +54,8 @@ class CreateLaunchConfiguration(AutoScalingRequest):
             Arg('--ebs-optimized', dest='EbsOptimized', action='store_const',
                 const='true',
                 help='whether the instance is optimized for EBS I/O'),
-            Arg('--group', metavar='GROUP1,GROUP2,...',
-                type=delimited_list(','), route_to=None,
+            Arg('--group', dest='SecurityGroups.member',
+                metavar='GROUP1,GROUP2,...', type=delimited_list(','),
                 help='''a comma-separated list of security groups with which
                 to associate instances.  Either all group names or all group
                 IDs are allowed, but not both.'''),

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list