rough cleanup of the slicemanager business
[sfa.git] / sfa / server / slicemgr.py
diff --git a/sfa/server/slicemgr.py b/sfa/server/slicemgr.py
deleted file mode 100644 (file)
index 280c2a0..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-import os
-import sys
-import datetime
-import time
-from sfa.server.sfaserver import SfaServer
-
-
-class SliceMgr(SfaServer):
-
-    ##
-    # Create a new slice manager object.
-    #
-    # @param ip the ip address to listen on
-    # @param port the port to listen on
-    # @param key_file private key filename of registry
-    # @param cert_file certificate filename containing public key (could be a GID file)
-
-    def __init__(self, ip, port, key_file, cert_file, config="/etc/sfa/sfa_config"):
-        SfaServer.__init__(self, ip, port, key_file, cert_file, 'slicemgr')