updated jsonrpc.Session call to have correct arguments for latest version of ovs

Signed-off-by: Scott <sdyear@gmail.com>
This commit is contained in:
Scott 2020-04-22 17:09:47 +12:00 committed by FUJITA Tomonori
parent be289978c7
commit c343376849

View File

@ -319,7 +319,7 @@ class RemoteOvsdb(app_manager.RyuApp):
fsm.connected(now())
session = jsonrpc.Session(fsm, connection)
session = jsonrpc.Session(fsm, connection, fsm.get_name())
idl = Idl(session, schemas[0])
system_id = discover_system_id(idl)