remove unused onedns.monitor module

master
Justin Riley 2016-08-02 18:08:50 -04:00
parent c4941aaf44
commit 8b02727e35
1 changed files with 0 additions and 13 deletions

View File

@ -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)