changed interface to component
authorTony Mack <tmack@cs.princeton.edu>
Mon, 9 Nov 2009 01:36:06 +0000 (01:36 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Mon, 9 Nov 2009 01:36:06 +0000 (01:36 +0000)
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"),