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


The following commit has been merged in the master branch:
commit 11f4d7b67fe11a128a63414ffd676e03634b0db3
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Fri May 10 11:46:38 2013 -0600

    Fix typo in GetUserInfo

diff --git a/euca2ools/commands/euare/getuserinfo.py b/euca2ools/commands/euare/getuserinfo.py
index f9229d1..4e09515 100644
--- a/euca2ools/commands/euare/getuserinfo.py
+++ b/euca2ools/commands/euare/getuserinfo.py
@@ -44,5 +44,5 @@ class GetUserInfo(EuareRequest, TabifyingMixin):
     LIST_TAGS = ['Infos']
 
     def print_result(self, result):
-        for info in data.get('Infos', []):
+        for info in result.get('Infos', []):
             print self.tabify((info.get('Key'), info.get('Value')))

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list