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

Garrett Holmstrom gholms at fedoraproject.org
Thu Jan 3 11:06:13 UTC 2013


The following commit has been merged in the experimental branch:
commit 733ed8f98d0978eebdf5dbca4b1e58d883106fb5
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Wed Nov 28 12:42:24 2012 -0800

    Make BundleInstance require an instance ID
    
    Fixes TOOLS-157

diff --git a/euca2ools/commands/euca/bundleinstance.py b/euca2ools/commands/euca/bundleinstance.py
index 7db9694..ba5ea72 100644
--- a/euca2ools/commands/euca/bundleinstance.py
+++ b/euca2ools/commands/euca/bundleinstance.py
@@ -65,9 +65,9 @@ class BundleInstance(euca2ools.commands.eucacommand.EucaCommand):
                Param(name='expires', short_name='x', long_name='expires',
                      optional=False, ptype='integer', default=24,
                      doc='Expiration for the generated policy (hours).')]
-    Args = [Param(name='instance_id', ptype='string',
+    Args = [Param(name='instance_id', ptype='string', optional=False,
                   doc='ID of the instance to be bundled.')]
-    
+
     def display_bundle(self, bundle):
         bundle_string = '%s\t%s\t%s\t%s\t%s\t%s\t%s' % (bundle.id, 
                                                         bundle.instance_id,

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list