Remove timecost profiling for port get_objects

Adding profiling for the get_objects method for the Port object adds a
level of logging volume that has caused issues with disks filling up.
Remove it until we have a better solution.

Change-Id: I84322face88dae329baf72aa92fcc70257083e49
This commit is contained in:
Nate Johnston 2020-07-16 16:35:41 -04:00
parent d28654a0c7
commit 39ac4247c5
1 changed files with 0 additions and 2 deletions

View File

@ -21,7 +21,6 @@ from oslo_utils import versionutils
from oslo_versionedobjects import fields as obj_fields
from neutron.common import _constants
from neutron.common import utils
from neutron.db.models import dns as dns_models
from neutron.db.models import l3
from neutron.db.models import securitygroup as sg_models
@ -406,7 +405,6 @@ class Port(base.NeutronDbObject):
)
@classmethod
@utils.timecost
def get_objects(cls, context, _pager=None, validate_filters=True,
security_group_ids=None, **kwargs):
if security_group_ids: