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


The following commit has been merged in the master branch:
commit 984c18fdda554f7d363b00e2387e87d868da57e4
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Thu Apr 25 23:16:14 2013 -0700

    Fix --delegate arg compatibility
    
    Fixes TOOLS-303

diff --git a/euca2ools/commands/euare/__init__.py b/euca2ools/commands/euare/__init__.py
index caf51e0..82ede1f 100644
--- a/euca2ools/commands/euare/__init__.py
+++ b/euca2ools/commands/euare/__init__.py
@@ -66,7 +66,7 @@ class EuareRequest(requestbuilder.request.AWSQueryRequest):
         requestbuilder.request.AWSQueryRequest.configure(self)
         if self.args.get('deprecated_delegate'):
             # Use it and complain
-            self.args['DelegateAccount'] = self.args['deprecated_delegate']
+            self.params['DelegateAccount'] = self.args['deprecated_delegate']
             msg = 'argument --delegate is deprecated; use --as-account instead'
             self.log.warn(msg)
             print >> sys.stderr, 'warning:', msg

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list