Creating a new branch for gpo edits from 18694
[sfa.git] / sfa / methods / ListResources.py
index bcc1b23..80b483e 100644 (file)
@@ -38,7 +38,7 @@ class ListResources(Method):
             origin_hrn = Credential(string=valid_creds[0]).get_gid_caller().get_hrn()
         # get manager for this interface    
         manager = self.api.get_interface_manager()
-        rspec = manager.get_rspec(self.api, valid_creds, options)
+        rspec = manager.get_rspec(self.api, creds, options)
 
         # filter rspec through sfatables 
         if self.api.interface in ['aggregate']: