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
stable/ocata
Maruti 2015-11-22 23:18:08 -08:00
parent 89427e3a6f
commit 2a69d92a51
1 changed files with 2 additions and 1 deletions

View File

@ -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(),