rough cleanup of the slicemanager business
[sfa.git] / sfa / methods / Provision.py
index f9f71e4..6652a13 100644 (file)
@@ -25,7 +25,7 @@ class Provision(Method):
     @param options (dict) options
 
     """
-    interfaces = ['aggregate', 'slicemgr']
+    interfaces = ['aggregate']
     accepts = [
         Parameter(type([str]), "URNs"),
         Parameter(type([dict]), "Credentials"),