X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Factions.py;h=d62f9941e4a2fb2fb84bf9548f2152036d0b7385;hb=e17c4ff5fd80bb24573047eb832ea6ca5c2fc73e;hp=3f3ae56f9da44fa2e6f5cdbb04dc17ff37e5bf27;hpb=a01625f2f3b73344306eced21c2d6605a2c6a3d9;p=myslice.git diff --git a/portal/actions.py b/portal/actions.py index 3f3ae56f..d62f9941 100644 --- a/portal/actions.py +++ b/portal/actions.py @@ -321,13 +321,14 @@ def portal_validate_request(wsgi_request, request_ids): # XXX tmp sfa dependency from sfa.util.xrn import Xrn urn = Xrn(hrn, request['type']).get_urn() - + + # Only hrn is required for Manifold Query sfa_authority_params = { - 'hrn' : hrn, - 'urn' : urn, - 'type' : request['type'], + 'authority_hrn' : hrn, + #'authority_urn' : urn, + #'type' : request['type'], #'pi' : None, - 'enabled' : True + #'enabled' : True } print "ADD Authority" sfa_add_authority(wsgi_request, sfa_authority_params)