no longer need the geni_am wrapper
[sfa.git] / sfa / methods / Shutdown.py
index 60e2dd3..f8e3294 100644 (file)
@@ -12,7 +12,7 @@ class Shutdown(Stop):
     @param slice_urn (string) URN of slice to renew
     @param credentials ([string]) of credentials    
     """
-    interfaces = ['aggregate', 'slicemgr', 'geni_am']
+    interfaces = ['aggregate', 'slicemgr']
     accepts = [
         Parameter(str, "Slice URN"),
         Parameter(type([str]), "List of credentials"),