X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fmethods%2FStatus.py;h=e50ce4e3e291f01baa36cb938b63b1c1a3da0ae6;hb=3147e8e089dd44e40b852cc121483189807ffa9b;hp=98aa321e61bf4f2a4bfa5a868b2d96f532dc2546;hpb=713d58df0baa1f9739eec9bfa30ceb41d7149e23;p=sfa.git diff --git a/sfa/methods/Status.py b/sfa/methods/Status.py index 98aa321e..e50ce4e3 100644 --- a/sfa/methods/Status.py +++ b/sfa/methods/Status.py @@ -12,7 +12,7 @@ class Status(Method): @param slice_urn (string) URN of slice to allocate to """ - interfaces = ['aggregate', 'component'] + interfaces = ['aggregate'] accepts = [ Parameter(type([str]), "Slice or sliver URNs"), Parameter(type([dict]), "credentials"),