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


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

    Pass DelegateAccount from ListUserPolicies to GetUserPolicy
    
    Fixes TOOLS-281

diff --git a/euca2ools/commands/euare/listuserpolicies.py b/euca2ools/commands/euare/listuserpolicies.py
index 3148f38..359b760 100644
--- a/euca2ools/commands/euare/listuserpolicies.py
+++ b/euca2ools/commands/euare/listuserpolicies.py
@@ -92,7 +92,8 @@ class ListUserPolicies(AWSQueryRequest):
                     continue
                 if self.cli_options.verbose:
                     obj = euca2ools.commands.euare.getuserpolicy.GetUserPolicy()
-                    data = obj.main(user_name=user_name, policy_name=policy)
+                    data = obj.main(user_name=user_name, policy_name=policy,
+                                    delegate=self.request_params.get('DelegateAccount'))
                     obj.cli_formatter(data)
                 else:
                     print policy

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list