Merge "Pass context in disassociate_floatingip notification"

This commit is contained in:
Zuul 2018-05-16 05:35:48 +00:00 committed by Gerrit Code Review
commit 1fdf847a15
1 changed files with 1 additions and 1 deletions

View File

@ -1576,7 +1576,7 @@ class L3_NAT_dbonly_mixin(l3.RouterPluginBase,
context, values, fixed_port_id=port_id)
for fip in floating_ip_objs:
registry.notify(resources.FLOATING_IP, events.PRECOMMIT_UPDATE,
self,
self, context=context,
floatingip={l3_apidef.FLOATINGIP: values},
floatingip_db=fip,
old_floatingip=old_fips[fip.id],