diff --git a/onedns/monitor.py b/onedns/monitor.py deleted file mode 100644 index b9853bc..0000000 --- a/onedns/monitor.py +++ /dev/null @@ -1,13 +0,0 @@ -import time - -from onedns import api - - -class OneMonitor(api.OneDNS): - """ - Daemon that syncs OpenNebula VMs with OneDNS - """ - def run(self, interval=60): - while True: - self.sync() - time.sleep(interval)