diff --git a/node-daemon/pvcnoded/VMConsoleWatcherInstance.py b/node-daemon/pvcnoded/VMConsoleWatcherInstance.py index 3b3d2e72..ce9f1c6a 100644 --- a/node-daemon/pvcnoded/VMConsoleWatcherInstance.py +++ b/node-daemon/pvcnoded/VMConsoleWatcherInstance.py @@ -92,7 +92,7 @@ class VMConsoleWatcherInstance(object): # Update Zookeeper with the new loglines if they changed if self.loglines != self.last_loglines: self.zkhandler.write([ - ('/domains/{}/consolelog'.format(self.domuuid), self.loglines) + (('domain.console.log', self.domuuid), self.loglines) ]) self.last_loglines = self.loglines