fix incorrect method name
authorsmbaker <smbaker@fc16-64.lan>
Tue, 11 Dec 2012 01:20:58 +0000 (17:20 -0800)
committersmbaker <smbaker@fc16-64.lan>
Tue, 11 Dec 2012 01:20:58 +0000 (17:20 -0800)
plugins/syndicate.py

index af663bd..04462be 100644 (file)
@@ -56,7 +56,7 @@ def disable_syndicate_mount(sliver, mountpoint, syndicate_ip):
 def GetSlivers(data, conf = None, plc = None):
     node_id = tools.node_id()
 
-    syndicate_ip = tools.get_syndicate_ip("princeton_syndicate")
+    syndicate_ip = tools.get_sliver_ip("princeton_syndicate")
     if not syndicate_ip:
         logger.log("Syndicate: unable to get syndicate sliver ip. aborting.")