X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Factions.py;h=3a5fcbc3b5d77eed8d6517b2151d8f565a5f69d4;hb=d5f4c4f7fb3b131fd5f939f3a6b216c6fabbc05c;hp=3479c02b09fef82c0f23f9a5c8bd25d3ef0639f4;hpb=6355a87a904d7622c328f5abdb484876e49a2455;p=myslice.git diff --git a/portal/actions.py b/portal/actions.py index 3479c02b..3a5fcbc3 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)