Merge "Pass context in disassociate_floatingip notification" into stable/queens

This commit is contained in:
Zuul 2020-09-04 11:52:43 +00:00 committed by Gerrit Code Review
commit 84562fc892
1 changed files with 1 additions and 1 deletions

View File

@ -1616,7 +1616,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],