Commit e82187a9 by Oliver Pinter

disable unneeded restart_networking event

discussed-by: bd
parent 5a056e25
......@@ -81,7 +81,9 @@ class Context(BaseContext):
@staticmethod
def restart_networking():
logger.debug("restart_networking")
subprocess.call(['/usr/sbin/service', 'netif', 'restart'])
logger.debug("XXX restart_networking disabled")
pass
#subprocess.call(['/usr/sbin/service', 'netif', 'restart'])
@staticmethod
def change_ip(interfaces, dns):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment