ovsdb: Fix small bug

Signed-off-by: Felicián Németh <nemethf@tmit.bme.hu>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
Felician Nemeth 2017-12-01 13:02:10 +01:00 committed by FUJITA Tomonori
parent 1493f51daa
commit 385b628d70

View File

@ -358,7 +358,7 @@ def del_port_by_uuid(manager, system_id, bridge_name, port_uuid):
def del_port_by_name(manager, system_id, bridge_name, port_name):
return del_port(manager, system_id, bridge_name,
lambda tables, _: _get_port(tables, port_name))
lambda tables: _get_port(tables, port_name))
def set_controller(manager, system_id, bridge_name,