From: Tony Mack Date: Tue, 1 Dec 2009 15:27:19 +0000 (+0000) Subject: added component to allowed interfaces X-Git-Tag: sfa-0.9-7~273 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3bf673ef1d8b8f99b13a1c2f76bb3582f48ec457;p=sfa.git added component to allowed interfaces --- diff --git a/sfa/methods/delete_slice.py b/sfa/methods/delete_slice.py index 1601da1d..b9dbdb72 100644 --- a/sfa/methods/delete_slice.py +++ b/sfa/methods/delete_slice.py @@ -19,7 +19,7 @@ class delete_slice(Method): @return 1 if successful, faults otherwise """ - interfaces = ['aggregate', 'slicemgr'] + interfaces = ['aggregate', 'slicemgr', 'component'] accepts = [ Parameter(str, "Credential string"),