More fixes

This commit is contained in:
2018-05-31 23:28:26 -04:00
parent f8bee525b7
commit 59410bf2d9
3 changed files with 27 additions and 25 deletions

View File

@ -75,7 +75,6 @@ class NodeInstance(threading.Thread):
self.zk.set(self.zkey + '/memfree', str(self.memfree).encode('ascii'))
self.zk.set(self.zkey + '/cpuload', str(self.cpuload).encode('ascii'))
print("Free memory: %s | Load: %s" % ( self.memfree, self.cpuload ))
print("Node list: %s" % self.node_list)
print("Active domains: %s" % self.domainlist)
for x in range(0,50):
time.sleep(0.1)