e806dcef88
All db calls which are tracked by osprofiler are comming from neutron and there is no need to enable sqlalchemy profiling for both of them as this results in duplicated sql calls in osprofiler reports. Change-Id: I5b909b4181cd0fec432b78363c8a84ca40a5cf3e
10 lines
330 B
YAML
10 lines
330 B
YAML
---
|
|
other:
|
|
- |
|
|
Module ``neutron_lib.db`` is now removed from db profiling projects so
|
|
database calls done from this module will not be tracked in osprofiler
|
|
results.
|
|
All db calls which are tracked by osprofiler are comming from
|
|
Neutron and this avoids having each call logged twice in osprofiler
|
|
report.
|