[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:32 UTC 2013
The following commit has been merged in the master branch:
commit c3cdefb225be9b430eb0d73038f0a90d1ac5483a
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date: Thu Feb 28 14:33:16 2013 -0800
Make usercreatepolicy pass DelegateAccount
Fixes TOOLS-274
diff --git a/euca2ools/commands/euare/adduserpolicy.py b/euca2ools/commands/euare/adduserpolicy.py
index 18ebb58..aa253cf 100644
--- a/euca2ools/commands/euare/adduserpolicy.py
+++ b/euca2ools/commands/euare/adduserpolicy.py
@@ -120,7 +120,8 @@ class AddUserPolicy(AWSQueryRequest):
self.policy = self.build_policy()
obj = euca2ools.commands.euare.putuserpolicy.PutUserPolicy()
return obj.main(user_name=self.user_name, policy_name=self.policy_name,
- policy_document=self.policy)
+ policy_document=self.policy,
+ delegate=self.args.get('delegate'))
def main_cli(self):
euca2ools.utils.print_version_if_necessary()
--
managing cloud instances for Eucalyptus
More information about the pkg-eucalyptus-commits
mailing list