From 96610e35383146f6fe38aeb9fcfe7126b2d38a9d Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 15 Oct 2009 04:59:37 +0000 Subject: [PATCH] added request hash to list of accepted arguments --- sfa/methods/get_gid.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")] -- 2.47.0