[pkg-eucalyptus-commits] [euca2ools] 01/41: Add euca-register --virtualization-type

Charles Plessy plessy at alioth.debian.org
Sat Oct 12 03:24:08 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 efab652d25ee1cf5988e08cb816a2d52ac4adee3
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Thu Jun 27 14:00:02 2013 -0700

    Add euca-register --virtualization-type
    
    Fixes TOOLS-352
---
 euca2ools/commands/euca/registerimage.py |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/euca2ools/commands/euca/registerimage.py b/euca2ools/commands/euca/registerimage.py
index bebbd29..18a3584 100644
--- a/euca2ools/commands/euca/registerimage.py
+++ b/euca2ools/commands/euca/registerimage.py
@@ -56,7 +56,10 @@ class RegisterImage(EucalyptusRequest):
                 help='''define a block device mapping for the image, in the
                 form DEVICE=MAPPED, where "MAPPED" is "none", "ephemeral(0-3)",
                 or
-                "[SNAP-ID]:[SIZE]:[true|false]:[standard|VOLTYPE[:IOPS]]"''')]
+                "[SNAP-ID]:[SIZE]:[true|false]:[standard|VOLTYPE[:IOPS]]"'''),
+            Arg('--virtualization-type', dest='VirtualizationType',
+                choices=('paravirtual', 'hvm'),
+                help='[Privileged] virtualization type for the new image')]
 
     def preprocess(self):
         if self.args.get('ImageLocation'):

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