diff --git a/vmware_nsx/shell/admin/plugins/nsxv3/resources/utils.py b/vmware_nsx/shell/admin/plugins/nsxv3/resources/utils.py index 3aa7d3f255..e9cd36a4a4 100644 --- a/vmware_nsx/shell/admin/plugins/nsxv3/resources/utils.py +++ b/vmware_nsx/shell/admin/plugins/nsxv3/resources/utils.py @@ -120,6 +120,11 @@ class NsxV3PluginWrapper(plugin.NsxV3Plugin): # skip getting the Qos policy ID because get_object calls # plugin init again on admin-util environment + def _extend_get_port_dict_binding(self, context, port): + self._extend_port_dict_binding(context, port) + # skip getting the Qos policy ID because get_object calls + # plugin init again on admin-util environment + def delete_network(self, network_id): return super(NsxV3PluginWrapper, self).delete_network( self.context, network_id)