[pkg-eucalyptus-commits] [SCM] managing cloud instances for Eucalyptus branch, experimental, updated. debian/2.1.3-1_experimental1

Garrett Holmstrom gholms at fedoraproject.org
Sat Mar 16 03:26:38 UTC 2013


The following commit has been merged in the experimental branch:
commit 473106ff675baaabe2c0e25ff270cea0af8fe7b2
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Tue Jan 8 13:38:32 2013 -0800

    Make --addressing an extension, not deprecated
    
    Fixes TOOLS-169

diff --git a/euca2ools/commands/euca/runinstances.py b/euca2ools/commands/euca/runinstances.py
index bd8962f..e3f3629 100644
--- a/euca2ools/commands/euca/runinstances.py
+++ b/euca2ools/commands/euca/runinstances.py
@@ -59,7 +59,9 @@ class RunInstances(euca2ools.commands.eucacommand.EucaCommand):
                      doc='File containing user data to pass to the instance.'),
                Param(name='addressing', long_name='addressing',
                      optional=True, ptype='string',
-                     doc='Deprecated.'),
+                     doc=('[Eucalyptus extension] Address assignment method.  '
+                          'Use "private" to run an instance with no public '
+                          'address.')),
                Param(name='instance_type',
                      short_name='t', long_name='instance-type',
                      optional=True, ptype='string', default='m1.small',

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list