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


The following commit has been merged in the master branch:
commit 1a823270e1d611ed6281b92f27e6d63f7e34b5a0
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Mon Oct 8 18:42:28 2012 -0700

    Add missing param destination to runinstances

diff --git a/euca2ools/commands/euca/runinstances.py b/euca2ools/commands/euca/runinstances.py
index 477910e..fa31251 100644
--- a/euca2ools/commands/euca/runinstances.py
+++ b/euca2ools/commands/euca/runinstances.py
@@ -66,7 +66,7 @@ class RunInstances(EucalyptusRequest):
             Arg('--addressing', dest='AddressingType',
                 choices=('public', 'private'),
                 help='addressing scheme to launch the instance with'),
-            Arg('-t', '--instance-type',
+            Arg('-t', '--instance-type', dest='InstanceType',
                 help='type of instance to launch'),
             Arg('--kernel', dest='KernelId', metavar='KERNEL',
                 help='kernel to launch the instance(s) with'),

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list