Merge "Fix TypeError caused by delete_agent_gateway_port()"

This commit is contained in:
Jenkins 2015-09-15 01:08:09 +00:00 committed by Gerrit Code Review
commit 548f323f59
1 changed files with 1 additions and 1 deletions

View File

@ -289,4 +289,4 @@ class L3RpcCallback(object):
host = kwargs.get('host')
admin_ctx = neutron_context.get_admin_context()
self.l3plugin.delete_floatingip_agent_gateway_port(
admin_ctx, network_id, host_id=host)
admin_ctx, host, network_id)