added component to allowed interfaces
authorTony Mack <tmack@cs.princeton.edu>
Tue, 1 Dec 2009 15:27:19 +0000 (15:27 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 1 Dec 2009 15:27:19 +0000 (15:27 +0000)
sfa/methods/delete_slice.py

index 1601da1..b9dbdb7 100644 (file)
@@ -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"),