Merge "Pass correct port data to extension manager"

This commit is contained in:
Zuul 2020-01-08 15:19:21 +00:00 committed by Gerrit Code Review
commit e0c970daec
1 changed files with 1 additions and 1 deletions

View File

@ -1537,7 +1537,7 @@ class Ml2Plugin(db_base_plugin_v2.NeutronDbPluginV2,
port_compat = {'port': port_dict}
# Activities immediately post-port-creation
self.extension_manager.process_create_port(context, port_dict,
self.extension_manager.process_create_port(context, pdata,
db_port_obj)
self._portsec_ext_port_create_processing(context, port_dict,
port_compat)