remove deps
This commit is contained in:
parent
d96f210051
commit
d56c789230
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ import subprocess
|
|||
import json
|
||||
import shutil
|
||||
import socket
|
||||
import dnsmasq
|
||||
# import dnsmasq
|
||||
import lxc
|
||||
# import nginx
|
||||
import commands
|
||||
|
@ -75,7 +75,7 @@ class Task(NodeClient):
|
|||
# TODO: check status
|
||||
|
||||
# delete record from dnsmasq
|
||||
dnsmasq.Dnsmasq().delete(task['parameters']['hostname'])
|
||||
# dnsmasq.Dnsmasq().delete(task['parameters']['hostname'])
|
||||
|
||||
return True
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue