added request hash to list of accepted arguments
authorTony Mack <tmack@cs.princeton.edu>
Thu, 15 Oct 2009 04:59:37 +0000 (04:59 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Thu, 15 Oct 2009 04:59:37 +0000 (04:59 +0000)
sfa/methods/get_gid.py

index c63b1b7..bae5a74 100644 (file)
@@ -26,8 +26,8 @@ class get_gid(Method):
     
     accepts = [
         Parameter(str, "Certificate string"),
-        
-        Parameter(str, "Human readable name (hrn)")  
+        Parameter(str, "Human readable name (hrn)"),  
+        Parameter(str, "Request hash")  
         ]
 
     returns = [Parameter(dict, "Aggregate interface information")]