neutron-lib/releasenotes/notes/remove-neutron-lib-from-db-profiling-38436898d8e45b37.yaml
Slawek Kaplonski e806dcef88 Remove neutron_lib.db from db profiling projects
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
2019-02-20 11:09:35 +01:00

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.