[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:29:59 UTC 2013


The following commit has been merged in the master branch:
commit e47dab61f597fbbc2c6ad83ce64a071127b83385
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Sat Jan 26 21:53:21 2013 -0600

    Rename Action -> ACTION

diff --git a/euca2ools/commands/euca/getpassword.py b/euca2ools/commands/euca/getpassword.py
index 4182916..1a8e014 100644
--- a/euca2ools/commands/euca/getpassword.py
+++ b/euca2ools/commands/euca/getpassword.py
@@ -35,7 +35,7 @@ from .argtypes import file_contents
 from .getpassworddata import GetPasswordData
 
 class GetPassword(GetPasswordData):
-    Action = 'GetPasswordData'
+    ACTION = 'GetPasswordData'
     DESCRIPTION = '''Retrieve the administrator password for an instance
                      running Windows'''
     ARGS = [Arg('-k', '--priv-launch-key', metavar='PRIVKEY',

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list