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

    dhcp_agent.main()
Ejemplo n.º 5
0
def main():
    dhcp_agent.main()