예제 #1
0
def main():
    cfg.CONF.register_opts(OPTS)
    monkeypatch_linux_dhcp()
    dhcp_agent.main()
예제 #2
0
def main():
    dhcp_agent.main()
예제 #3
0
def main():
    cfg.CONF.register_opts(OPTS)
    monkeypatch_linux_dhcp()
    dhcp_agent.main()
예제 #4
0
def main():
    proctitle = "%s (%s)" % (constants.AGENT_PROCESS_DHCP,
                             setproctitle.getproctitle())
    setproctitle.setproctitle(proctitle)

    dhcp_agent.main()
예제 #5
0
def main():
    dhcp_agent.main()