Minimum 5% guaranteed allocation to prevent authors of resource brokers from shooting...
[nodemanager.git] / nm.py
diff --git a/nm.py b/nm.py
index cb76340..23a0d34 100644 (file)
--- a/nm.py
+++ b/nm.py
@@ -4,7 +4,7 @@ import optparse
 import time
 import xmlrpclib
 
-import cf
+import conf_files
 import logger
 import sm
 import tools
@@ -38,7 +38,7 @@ def run():
             return
 
         start_and_register_callback(sm)
-        start_and_register_callback(cf)
+        start_and_register_callback(conf_files)
         while True:
             try: GetSlivers()
             except: logger.log_exc()