[pkg-eucalyptus-commits] [euca2ools] 03/04: Stop calling RunInstance's Platform parameter privileged

Charles Plessy plessy at moszumanska.debian.org
Sat Jul 30 02:11:28 UTC 2016


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

plessy pushed a commit to annotated tag 3.0.5
in repository euca2ools.

commit aa4e655407b29406a6c760fff591bd4017ceff1f
Author: Garrett Holmstrom <gholms at devzero.com>
Date:   Wed Jan 7 18:22:32 2015 -0800

    Stop calling RunInstance's Platform parameter privileged
---
 euca2ools/commands/euca/registerimage.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/euca2ools/commands/euca/registerimage.py b/euca2ools/commands/euca/registerimage.py
index 5a99668..8bed3f0 100644
--- a/euca2ools/commands/euca/registerimage.py
+++ b/euca2ools/commands/euca/registerimage.py
@@ -59,7 +59,7 @@ class RegisterImage(EucalyptusRequest):
                 "[SNAP-ID]:[SIZE]:[true|false]:[standard|VOLTYPE[:IOPS]]"'''),
             Arg('--virtualization-type', dest='VirtualizationType',
                 choices=('paravirtual', 'hvm'),
-                help='[Privileged] virtualization type for the new image'),
+                help='virtualization type for the new image'),
             Arg('--platform', dest='Platform', metavar='windows',
                 choices=('windows',),
                 help="[Privileged] the new image's platform (windows)")]

-- 
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