rough cleanup of the slicemanager business
[sfa.git] / sfa / methods / PerformOperationalAction.py
index 57d8db9..0d33b0c 100644 (file)
@@ -23,7 +23,7 @@ class PerformOperationalAction(Method):
     @param options (dict) options
 
     """
-    interfaces = ['aggregate', 'slicemgr']
+    interfaces = ['aggregate']
     accepts = [
         Parameter(type([str]), "URNs"),
         Parameter(type([dict]), "Credentials"),