rough cleanup of the slicemanager business
[sfa.git] / sfa / methods / Shutdown.py
index a1acf9a..c445215 100644 (file)
@@ -12,7 +12,7 @@ class Shutdown(Method):
     @param slice_urn (string) URN of slice to renew
     @param credentials ([string]) of credentials
     """
-    interfaces = ['aggregate', 'slicemgr']
+    interfaces = ['aggregate']
     accepts = [
         Parameter(str, "Slice URN"),
         Parameter(type([dict]), "Credentials"),