[pkg-eucalyptus-commits] [euca2ools] 27/41: Fix copypaste fail in ModifySnapshotAttribute

Charles Plessy plessy at alioth.debian.org
Sat Oct 12 03:24:21 UTC 2013


This is an automated email from the git hooks/post-receive script.

plessy pushed a commit to branch master
in repository euca2ools.

commit db8ed04ca6fc76a1ddf0db128a7bc0c6690b483f
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Tue Aug 27 14:38:53 2013 -0700

    Fix copypaste fail in ModifySnapshotAttribute
    
    Fixes TOOLS-179 (again)
---
 euca2ools/commands/euca/modifysnapshotattribute.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/euca2ools/commands/euca/modifysnapshotattribute.py b/euca2ools/commands/euca/modifysnapshotattribute.py
index d8da7f6..e8c8d3c 100644
--- a/euca2ools/commands/euca/modifysnapshotattribute.py
+++ b/euca2ools/commands/euca/modifysnapshotattribute.py
@@ -33,7 +33,7 @@ class ModifySnapshotAttribute(EucalyptusRequest):
     ARGS = [Arg('SnapshotId', metavar='SNAPSHOT',
                 help='ID of the snapshot to modify'),
             Arg('-c', '--create-volume-permission', action='store_true',
-                required=True,
+                required=True, route_to=None,
                 help='grant/revoke volume creation permission with -a/-r'),
             Arg('-a', '--add', metavar='ENTITY', action='append', default=[],
                 route_to=None,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-eucalyptus/euca2ools.git



More information about the pkg-eucalyptus-commits mailing list