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


The following commit has been merged in the master branch:
commit 5d0307939f135c8ffbd0213f6492e72e52e7dad6
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Fri Apr 26 12:54:48 2013 -0700

    Fix typo

diff --git a/euca2ools/commands/autoscaling/createlaunchconfiguration.py b/euca2ools/commands/autoscaling/createlaunchconfiguration.py
index 3ead691..c985c3b 100644
--- a/euca2ools/commands/autoscaling/createlaunchconfiguration.py
+++ b/euca2ools/commands/autoscaling/createlaunchconfiguration.py
@@ -84,7 +84,7 @@ class CreateLaunchConfiguration(AutoScalingRequest):
                     file by that name exists first'''),
                 Arg('-f', '--user-data-file', metavar='FILE', route_to=None,
                     help='''file containing user data to make available to
-                    instances''')),
+                    instances'''))]
 
     def configure(self):
         AutoScalingRequest.configure(self)

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list