Merge "Pass correct port data to extension manager" into stable/train

This commit is contained in:
Zuul 2021-02-18 02:02:25 +00:00 committed by Gerrit Code Review
commit d76d69543d
1 changed files with 1 additions and 1 deletions

View File

@ -1556,7 +1556,7 @@ class Ml2Plugin(db_base_plugin_v2.NeutronDbPluginV2,
port_compat = {'port': port_dict} port_compat = {'port': port_dict}
# Activities immediately post-port-creation # 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) db_port_obj)
self._portsec_ext_port_create_processing(context, port_dict, self._portsec_ext_port_create_processing(context, port_dict,
port_compat) port_compat)