rough cleanup of the slicemanager business
[sfa.git] / sfa / methods / Status.py
index 577d1b7..98aa321 100644 (file)
@@ -12,7 +12,7 @@ class Status(Method):
     @param slice_urn (string) URN of slice to allocate to
 
     """
-    interfaces = ['aggregate', 'slicemgr', 'component']
+    interfaces = ['aggregate', 'component']
     accepts = [
         Parameter(type([str]), "Slice or sliver URNs"),
         Parameter(type([dict]), "credentials"),