Пример #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()