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

    dhcp_agent.main()
Example #5
0
def main():
    dhcp_agent.main()