disable sfagids plugins otherwise NM dies with following error
authorS.Çağlar Onur <caglar@cs.princeton.edu>
Mon, 11 Oct 2010 20:38:16 +0000 (16:38 -0400)
committerS.Çağlar Onur <caglar@cs.princeton.edu>
Mon, 11 Oct 2010 20:38:16 +0000 (16:38 -0400)
AttributeError: ComponentAPI instance has no attribute 'get_node_key'

plugins/sfagids.py

index e7e2b1a..7c16a54 100644 (file)
@@ -27,6 +27,8 @@ except:
     sfa = None
 
 def start():
+    #FIXME: disabled by caglar 
+    return
     logger.log("sfagid: plugin starting up ...")
     if not sfa:
         return