[pkg-eucalyptus-commits] [SCM] managing cloud instances for Eucalyptus branch, master, updated. 3.0.0-alpha3-257-g1da8e3a

Matt Spaulding mspaulding06 at gmail.com
Sun Jun 16 02:31:25 UTC 2013


The following commit has been merged in the master branch:
commit b513de28b4f8b623f43f2a2f4d26290265d38555
Author: Matt Spaulding <mspaulding06 at gmail.com>
Date:   Tue May 14 14:05:28 2013 -0700

    Removed unnecessary 'default' arg settings

diff --git a/euca2ools/commands/bundle/bundlevol.py b/euca2ools/commands/bundle/bundlevol.py
index 2a8b15c..6d48e74 100644
--- a/euca2ools/commands/bundle/bundlevol.py
+++ b/euca2ools/commands/bundle/bundlevol.py
@@ -86,13 +86,12 @@ class BundleVol(BundleCreator):
                 directories to exclude.'''),
             Arg('--volume', metavar='PATH', default='/', help='''Path to
                 mounted volume to bundle (defaults to '/').'''),
-            Arg('--no-filter', dest='filter', default=True,
-                action='store_false', help='''Do not use the default filtered
-                files list.'''),
+            Arg('--no-filter', dest='filter', action='store_false',
+                help='''Do not use the default filtered files list.'''),
             MutuallyExclusiveArgList(
                 Arg('--fstab', metavar='PATH', help='''Path to the fstab to be
                     bundled with image.'''),
-                Arg('--generate-fstab', default=False, action='store_true',
+                Arg('--generate-fstab', action='store_true',
                     help='Generate fstab to bundle in image.'))]
 
     def __init__(self, **kwargs):

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list