added component to allowed interfaces
[sfa.git] / sfa / methods / stop_slice.py
index e4a1b18..97c5663 100644 (file)
@@ -17,7 +17,7 @@ class stop_slice(Method):
     @return 1 is successful, faults otherwise  
     """
 
-    interfaces = ['aggregate', 'slicemgr']
+    interfaces = ['aggregate', 'slicemgr', 'component']
     
     accepts = [
         Parameter(str, "Credential string"),