From: Tony Mack Date: Thu, 15 Oct 2009 04:59:37 +0000 (+0000) Subject: added request hash to list of accepted arguments X-Git-Tag: sfa-0.9-6~177 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=96610e35383146f6fe38aeb9fcfe7126b2d38a9d;p=sfa.git added request hash to list of accepted arguments --- diff --git a/sfa/methods/get_gid.py b/sfa/methods/get_gid.py index c63b1b77..bae5a747 100644 --- a/sfa/methods/get_gid.py +++ b/sfa/methods/get_gid.py @@ -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")]