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

Garrett Holmstrom gholms at fedoraproject.org
Sun Jun 16 02:31:23 UTC 2013


The following commit has been merged in the master branch:
commit 844f68acb8fd66d9ddb428f5da636b7b127319bf
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Mon May 13 13:59:07 2013 -0700

    Use "true" for suppressed blockdev mappings, not "none"
    
    Fixes TOOLS-180

diff --git a/euca2ools/commands/argtypes.py b/euca2ools/commands/argtypes.py
index bdffa1d..c18f112 100644
--- a/euca2ools/commands/argtypes.py
+++ b/euca2ools/commands/argtypes.py
@@ -46,7 +46,7 @@ def ec2_block_device_mapping(map_as_str):
             .format(map_as_str))
     map_dict = {'DeviceName': device}
     if mapping.lower() == 'none':
-        map_dict['NoDevice'] = 'none'
+        map_dict['NoDevice'] = 'true'
     elif mapping.startswith('ephemeral'):
         map_dict['VirtualName'] = mapping
     elif (mapping.startswith('snap-') or mapping.startswith('vol-') or

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list