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


The following commit has been merged in the master branch:
commit bb80ec740bd036426e67d73e674834ee59c9c4e0
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Tue Feb 26 16:12:09 2013 -0800

    Fix copypaste error in listusers

diff --git a/euca2ools/commands/euare/listusers.py b/euca2ools/commands/euare/listusers.py
index ea8e3f8..f5e8fac 100644
--- a/euca2ools/commands/euare/listusers.py
+++ b/euca2ools/commands/euare/listusers.py
@@ -40,7 +40,7 @@ class ListUsers(EuareRequest):
     LIST_MARKERS = ['Users']
 
     def main(self):
-        return PaginatedResponse(self, (None,), ('Groups',))
+        return PaginatedResponse(self, (None,), ('Users',))
 
     def prepare_for_page(self, page):
         # Pages are defined by markers

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list