From 2a69d92a511cced23c5bce59c09fb59edd295eb5 Mon Sep 17 00:00:00 2001 From: Maruti Date: Sun, 22 Nov 2015 23:18:08 -0800 Subject: [PATCH] Fix for the L2gw third party CI failure The patch set fixes a problem introduced by [1] where the l2-gateway-connection-create reports a Python error. 1. https://review.openstack.org/#/c/222841 Closes-Bug: 1518856 Change-Id: Ie37a135db6a5d3cd2c097602fc15aac3025243cf --- networking_l2gw/services/l2gateway/agent/ovsdb/manager.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/networking_l2gw/services/l2gateway/agent/ovsdb/manager.py b/networking_l2gw/services/l2gateway/agent/ovsdb/manager.py index 4214182..f368acd 100644 --- a/networking_l2gw/services/l2gateway/agent/ovsdb/manager.py +++ b/networking_l2gw/services/l2gateway/agent/ovsdb/manager.py @@ -358,7 +358,8 @@ class OVSDBManager(base_agent_manager.BaseAgentManager): ovsdb_fd.update_connection_to_gateway(logical_switch_dict, locator_dicts, mac_dicts, - port_dicts) + port_dicts, + ovsdb_identifier) def agent_to_plugin_rpc(self, ovsdb_data): self.plugin_rpc.update_ovsdb_changes(ctx.get_admin_context(),