[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:29 UTC 2013
The following commit has been merged in the master branch:
commit 1de41c807791438127680f486ce9f73de75a28d6
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date: Tue May 21 17:34:41 2013 -0700
Always show IsTruncated: false when listing user policies
Fixes TOOLS-327
diff --git a/euca2ools/commands/euare/listuserpolicies.py b/euca2ools/commands/euare/listuserpolicies.py
index e7426cf..ee279cd 100644
--- a/euca2ools/commands/euare/listuserpolicies.py
+++ b/euca2ools/commands/euare/listuserpolicies.py
@@ -77,6 +77,8 @@ class ListUserPolicies(EuareRequest):
print policy_name
if self.args['verbose']:
self.print_policy(policy_name)
+ # We already take care of pagination
+ print 'IsTruncated: false'
def print_policy(self, policy_name):
req = GetUserPolicy(
--
managing cloud instances for Eucalyptus
More information about the pkg-eucalyptus-commits
mailing list