[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:30:59 UTC 2013
    
    
  
The following commit has been merged in the master branch:
commit 8c25dac2a23a160c004ea00c2a048931c0952213
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Tue Apr 2 16:54:36 2013 -0700
    Add missing NAME declaration to GetPassword
diff --git a/euca2ools/commands/euca/getpassword.py b/euca2ools/commands/euca/getpassword.py
index 7171cec..ef4ba10 100644
--- a/euca2ools/commands/euca/getpassword.py
+++ b/euca2ools/commands/euca/getpassword.py
@@ -36,6 +36,7 @@ from requestbuilder import Arg
 
 
 class GetPassword(GetPasswordData):
+    NAME = 'GetPasswordData'
     DESCRIPTION = ('Retrieve the administrator password for an instance '
                    'running Windows')
     ARGS = [Arg('-k', '--priv-launch-key', metavar='FILE',
-- 
managing cloud instances for Eucalyptus
    
    
More information about the pkg-eucalyptus-commits
mailing list