mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-08 22:06:10 +02:00
ofa_neutron_agent: no need to load ofctl.service explicitly anymore
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
990a7b82c9
commit
efe84061e9
@ -64,8 +64,7 @@ def main():
|
||||
|
||||
app_lists = CONF.app_lists + CONF.app
|
||||
if not app_lists:
|
||||
app_lists = ['ryu.app.ofctl.service',
|
||||
'neutron.plugins.ofagent.agent.ofa_neutron_agent']
|
||||
app_lists = ['neutron.plugins.ofagent.agent.ofa_neutron_agent']
|
||||
|
||||
app_mgr = AppManager.get_instance()
|
||||
app_mgr.load_apps(app_lists)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user