X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fmethods%2FRenew.py;h=48f1a44a60b9159f3ccf11eeba11f762e37337e2;hb=3147e8e089dd44e40b852cc121483189807ffa9b;hp=3cbb929341e75a5b620525bd781ce2f2bdcb5807;hpb=fd395e1944dcd49f10a4d5b27ce4983ad389fb96;p=sfa.git diff --git a/sfa/methods/Renew.py b/sfa/methods/Renew.py index 3cbb9293..48f1a44a 100644 --- a/sfa/methods/Renew.py +++ b/sfa/methods/Renew.py @@ -21,7 +21,7 @@ class Renew(Method): @param expiration_time (string) requested time of expiration @param options (dict) options """ - interfaces = ['aggregate', 'slicemgr'] + interfaces = ['aggregate'] accepts = [ Parameter(type([str]), "Slice URN"), Parameter(type([str]), "List of credentials"),