changed interface to component
[sfa.git] / sfacomponent / methods / start_slice.py
index 917a40a..c8997f8 100644 (file)
@@ -15,7 +15,7 @@ class start_slice(Method):
     @return 1 is successful, faults otherwise  
     """
 
-    interfaces = ['aggregate', 'slicemgr']
+    interfaces = ['component']
     
     accepts = [
         Parameter(str, "Credential string"),